Skip to content

Commit 09a6b9f

Browse files
chore: [DevOps] bump the production-minor-patch group with 10 updates (#1222)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97b3cfd commit 09a6b9f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

cloudplatform/connectivity-ztis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
</developer>
3030
</developers>
3131
<properties>
32-
<netty.version>4.2.15.Final</netty.version>
32+
<netty.version>4.2.16.Final</netty.version>
3333
</properties>
3434
<dependencyManagement>
3535
<dependencies>
3636
<!-- resolve inconsistent versions coming from spiffe -> io.grpc -->
3737
<dependency>
3838
<groupId>io.grpc</groupId>
3939
<artifactId>grpc-bom</artifactId>
40-
<version>1.82.1</version>
40+
<version>1.82.2</version>
4141
<type>pom</type>
4242
<scope>import</scope>
4343
</dependency>

dependency-bundles/bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<!-- Keep this version consistent with the one from the SAP Java Buildpack (after their 2.0 release) -->
5757
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
5858
<scp-cf.xsuaa-client.version>4.0.8</scp-cf.xsuaa-client.version>
59-
<java-jwt.version>4.5.2</java-jwt.version>
59+
<java-jwt.version>4.6.0</java-jwt.version>
6060
<!-- Utility stuff -->
6161
<slf4j.version>2.0.18</slf4j.version>
6262
<lombok.version>1.18.46</lombok.version>
@@ -77,7 +77,7 @@
7777
<resilience4j.version>2.4.0</resilience4j.version>
7878
<!-- JSON & XML stuff -->
7979
<gson.version>2.14.0</gson.version>
80-
<jackson.version>2.22.0</jackson.version>
80+
<jackson.version>2.22.1</jackson.version>
8181
<jackson.annotations.version>2.22</jackson.annotations.version>
8282
<owasp-json-sanitizer.version>1.2.3</owasp-json-sanitizer.version>
8383
<!-- end of essential versions -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<io-swagger-core.version>1.6.11</io-swagger-core.version>
120120
<!-- sync plexus version with transitive dependency coming from "org.twadata.maven:mojo-executor" -->
121121
<stax2-api.version>4.3.0</stax2-api.version>
122-
<bouncycastle.version>1.84</bouncycastle.version>
122+
<bouncycastle.version>1.85</bouncycastle.version>
123123
<jakarta-activation.version>2.1.0</jakarta-activation.version>
124124
<qdox.version>2.2.0</qdox.version>
125125
<wiremock.version>3.13.2</wiremock.version>

0 commit comments

Comments
 (0)