Skip to content

Commit 6054c71

Browse files
build(deps): bump the bag-of-cats group across 1 directory with 5 updates
Bumps the bag-of-cats group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.21.0` | `1.22.0` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.21.2` | `2.21.3` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.2` | `2.14.0` | | software.amazon.awssdk:bom | `2.42.39` | `2.43.0` | | [io.aeron:aeron-all](https://github.com/aeron-io/aeron) | `1.50.4` | `1.51.0` | Updates `commons-codec:commons-codec` from 1.21.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.21.0...rel/commons-codec-1.22.0) Updates `com.fasterxml.jackson:jackson-bom` from 2.21.2 to 2.21.3 - [Commits](FasterXML/jackson-bom@jackson-bom-2.21.2...jackson-bom-2.21.3) Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0) Updates `software.amazon.awssdk:bom` from 2.42.39 to 2.43.0 Updates `io.aeron:aeron-all` from 1.50.4 to 1.51.0 - [Release notes](https://github.com/aeron-io/aeron/releases) - [Changelog](https://github.com/aeron-io/aeron/blob/master/CHANGELOG.adoc) - [Commits](aeron-io/aeron@1.50.4...1.51.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bag-of-cats - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bag-of-cats - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bag-of-cats - dependency-name: software.amazon.awssdk:bom dependency-version: 2.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bag-of-cats - dependency-name: io.aeron:aeron-all dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bag-of-cats ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 459c32c commit 6054c71

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

contribs/accessibility/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>com.google.code.gson</groupId>
109109
<artifactId>gson</artifactId>
110-
<version>2.13.2</version>
110+
<version>2.14.0</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.matsim.contrib</groupId>

contribs/analysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.google.code.gson</groupId>
2424
<artifactId>gson</artifactId>
25-
<version>2.13.2</version>
25+
<version>2.14.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.apache.commons</groupId>

contribs/aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>software.amazon.awssdk</groupId>
1717
<artifactId>bom</artifactId>
18-
<version>2.42.39</version>
18+
<version>2.43.0</version>
1919
<type>pom</type>
2020
<scope>import</scope>
2121
</dependency>

contribs/distributed-simulation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Provides communication implementations for distributed simulations on multiple jvms.</description>
1414

1515
<properties>
16-
<aeron.version>1.50.4</aeron.version>
16+
<aeron.version>1.51.0</aeron.version>
1717
<hazelcast.version>5.6.0</hazelcast.version>
1818

1919
<!-- Use -DskipShaded=false to build a executable jar. -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<osmosis.version>0.49.2</osmosis.version>
3535
<jts.version>1.20.0</jts.version>
3636
<guice.version>7.0.0</guice.version>
37-
<jackson.version>2.21.2</jackson.version>
37+
<jackson.version>2.21.3</jackson.version>
3838
<fory.version>0.17.0</fory.version>
3939
<jogl.version>2.6.0</jogl.version>
4040
<junit.version>6.0.3</junit.version>
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>commons-codec</groupId>
175175
<artifactId>commons-codec</artifactId>
176-
<version>1.21.0</version>
176+
<version>1.22.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)