Skip to content

Commit

Permalink
chore: [DevOps] bump the production-minor-patch group with 5 updates (#…
Browse files Browse the repository at this point in the history
…665)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Kuhr <[email protected]>
  • Loading branch information
dependabot[bot] and MatKuhr authored Dec 18, 2024
1 parent cace223 commit e892246
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudplatform/connectivity-ztis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.68.2</version>
<version>1.69.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion dependency-bundles/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- XSUAA -->
<!-- Keep this version consistent with the one from the SAP Java Buildpack (after their 2.0 release) -->
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
<scp-cf.xsuaa-client.version>3.5.5</scp-cf.xsuaa-client.version>
<scp-cf.xsuaa-client.version>3.5.6</scp-cf.xsuaa-client.version>
<java-jwt.version>4.4.0</java-jwt.version>
<!-- Utility stuff -->
<slf4j.version>2.0.16</slf4j.version>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<!-- Spring dependencies -->
<!-- Keep these versions consistent with the ones from the SAP Java Buildpack (after their 2.0 release) -->
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
<spring.version>6.2.0</spring.version>
<spring.version>6.2.1</spring.version>
<spring-security.version>6.1.5</spring-security.version>
<slf4j.version>2.0.16</slf4j.version>
<assertj-core.version>3.26.3</assertj-core.version>
Expand All @@ -110,7 +110,7 @@
<maven-plugin-testing.version>3.3.0</maven-plugin-testing.version>
<caffeine.version>3.1.8</caffeine.version>
<openapi-generator.version>7.10.0</openapi-generator.version>
<io-swagger-core-v3.version>2.2.26</io-swagger-core-v3.version>
<io-swagger-core-v3.version>2.2.27</io-swagger-core-v3.version>
<io-swagger-parser-v3.version>2.1.24</io-swagger-parser-v3.version>
<io-swagger-core.version>1.6.11</io-swagger-core.version>
<!-- sync plexus version with transitive dependency coming from "org.twadata.maven:mojo-executor" -->
Expand All @@ -119,7 +119,7 @@
<jakarta-activation.version>2.1.0</jakarta-activation.version>
<qdox.version>2.2.0</qdox.version>
<wiremock.version>3.10.0</wiremock.version>
<checkstyle.version>10.20.2</checkstyle.version>
<checkstyle.version>10.21.0</checkstyle.version>
<byte-buddy.version>1.15.11</byte-buddy.version>
<snakeyaml.version>2.3</snakeyaml.version>
<commons-codec.version>1.17.1</commons-codec.version>
Expand Down

0 comments on commit e892246

Please sign in to comment.