Skip to content

Commit ba263d0

Browse files
chore: [DevOps] bump the production-minor-patch group with 20 updates (#879)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27c889f commit ba263d0

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

cloudplatform/connectivity-ztis/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>io.grpc</groupId>
3636
<artifactId>grpc-bom</artifactId>
37-
<version>1.73.0</version>
37+
<version>1.74.0</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>io.spiffe</groupId>
6262
<artifactId>java-spiffe-core</artifactId>
63-
<version>0.8.12</version>
63+
<version>0.8.13</version>
6464
<exclusions>
6565
<exclusion>
6666
<artifactId>commons-logging</artifactId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.spiffe</groupId>
7777
<artifactId>grpc-netty-linux</artifactId>
78-
<version>0.8.12</version>
78+
<version>0.8.13</version>
7979
<scope>runtime</scope>
8080
</dependency>
8181
<!-- Override grpc versions from spiffe -->

dependency-bundles/bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@
5151
<!-- XSUAA -->
5252
<!-- Keep this version consistent with the one from the SAP Java Buildpack (after their 2.0 release) -->
5353
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
54-
<scp-cf.xsuaa-client.version>3.6.0</scp-cf.xsuaa-client.version>
54+
<scp-cf.xsuaa-client.version>3.6.1</scp-cf.xsuaa-client.version>
5555
<java-jwt.version>4.5.0</java-jwt.version>
5656
<!-- Utility stuff -->
5757
<slf4j.version>2.0.17</slf4j.version>
5858
<lombok.version>1.18.38</lombok.version>
5959
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
6060
<!-- @Nonnull/@Nullable annotations -->
61-
<vavr.version>0.10.6</vavr.version>
61+
<vavr.version>0.10.7</vavr.version>
6262
<guava.version>33.4.8-jre</guava.version>
6363
<!-- collection utilities, @Beta annotation -->
64-
<commons-io.version>2.19.0</commons-io.version>
64+
<commons-io.version>2.20.0</commons-io.version>
6565
<!-- Apache file utils -->
6666
<axis2.version>1.7.9</axis2.version>
6767
<!--Used in essential modules: cloudplatform-connectivity, connectivity-destination-service, odata-client, odata-core, securitys-->
@@ -275,7 +275,7 @@
275275
<dependency>
276276
<groupId>com.google.errorprone</groupId>
277277
<artifactId>error_prone_annotations</artifactId>
278-
<version>2.40.0</version>
278+
<version>2.41.0</version>
279279
</dependency>
280280
</dependencies>
281281
</dependencyManagement>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<!-- Spring dependencies -->
9292
<!-- Keep these versions consistent with the ones from the SAP Java Buildpack (after their 2.0 release) -->
9393
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
94-
<spring.version>6.2.8</spring.version>
94+
<spring.version>6.2.9</spring.version>
9595
<spring-security.version>6.1.5</spring-security.version>
9696
<slf4j.version>2.0.17</slf4j.version>
9797
<assertj-core.version>3.27.3</assertj-core.version>
@@ -102,12 +102,12 @@
102102
<codemodel.version>2.6</codemodel.version>
103103
<olingo-v4.version>5.0.0</olingo-v4.version>
104104
<olingo-v2.version>2.0.13</olingo-v2.version>
105-
<maven-plugin.version>3.9.10</maven-plugin.version>
105+
<maven-plugin.version>3.9.11</maven-plugin.version>
106106
<maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version>
107107
<maven-plugin-testing.version>3.3.0</maven-plugin-testing.version>
108108
<caffeine.version>3.2.2</caffeine.version>
109109
<openapi-generator.version>7.14.0</openapi-generator.version>
110-
<io-swagger-core-v3.version>2.2.34</io-swagger-core-v3.version>
110+
<io-swagger-core-v3.version>2.2.35</io-swagger-core-v3.version>
111111
<io-swagger-parser-v3.version>2.1.31</io-swagger-parser-v3.version>
112112
<io-swagger-core.version>1.6.11</io-swagger-core.version>
113113
<!-- sync plexus version with transitive dependency coming from "org.twadata.maven:mojo-executor" -->
@@ -119,7 +119,7 @@
119119
<checkstyle.version>10.26.1</checkstyle.version>
120120
<byte-buddy.version>1.17.6</byte-buddy.version>
121121
<snakeyaml.version>2.4</snakeyaml.version>
122-
<commons-codec.version>1.18.0</commons-codec.version>
122+
<commons-codec.version>1.19.0</commons-codec.version>
123123
<commons-beanutils.version>1.11.0</commons-beanutils.version>
124124
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
125125
<protobuf-java.version>3.25.8</protobuf-java.version>

0 commit comments

Comments
 (0)