Skip to content

Commit 0b5bb8e

Browse files
chore: [DevOps] bump the production-minor-patch group with 4 updates
Bumps the production-minor-patch group with 4 updates: [commons-codec:commons-codec](https://github.com/apache/commons-codec), [commons-io:commons-io](https://github.com/apache/commons-io), [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) and [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone). Updates `commons-codec:commons-codec` from 1.19.0 to 1.20.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0) Updates `commons-io:commons-io` from 2.20.0 to 2.21.0 - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0) Updates `org.checkerframework:checker-qual` from 3.51.1 to 3.52.0 - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](typetools/checker-framework@checker-framework-3.51.1...checker-framework-3.52.0) Updates `com.google.errorprone:error_prone_annotations` from 2.43.0 to 2.44.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.43.0...v2.44.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.checkerframework:checker-qual dependency-version: 3.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: com.google.errorprone:error_prone_annotations dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2871e2b commit 0b5bb8e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dependency-bundles/bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<vavr.version>0.10.7</vavr.version>
6666
<guava.version>33.5.0-jre</guava.version>
6767
<!-- collection utilities, @Beta annotation -->
68-
<commons-io.version>2.20.0</commons-io.version>
68+
<commons-io.version>2.21.0</commons-io.version>
6969
<!-- Apache file utils -->
7070
<axis2.version>1.7.9</axis2.version>
7171
<!--Used in essential modules: cloudplatform-connectivity, connectivity-destination-service, odata-client, odata-core, securitys-->
@@ -279,13 +279,13 @@
279279
<dependency>
280280
<groupId>org.checkerframework</groupId>
281281
<artifactId>checker-qual</artifactId>
282-
<version>3.51.1</version>
282+
<version>3.52.0</version>
283283
</dependency>
284284
<!-- 2.10 by Caffeine and 2.11 by Guava -->
285285
<dependency>
286286
<groupId>com.google.errorprone</groupId>
287287
<artifactId>error_prone_annotations</artifactId>
288-
<version>2.43.0</version>
288+
<version>2.44.0</version>
289289
</dependency>
290290
</dependencies>
291291
</dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<checkstyle.version>12.1.1</checkstyle.version>
127127
<byte-buddy.version>1.17.8</byte-buddy.version>
128128
<snakeyaml.version>2.5</snakeyaml.version>
129-
<commons-codec.version>1.19.0</commons-codec.version>
129+
<commons-codec.version>1.20.0</commons-codec.version>
130130
<commons-beanutils.version>1.11.0</commons-beanutils.version>
131131
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
132132
<jsr305.optional>true</jsr305.optional>

0 commit comments

Comments
 (0)