File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
cloudplatform/connectivity-ztis Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >io.grpc</groupId >
49
49
<artifactId >grpc-bom</artifactId >
50
- <version >1.64 .0</version >
50
+ <version >1.65 .0</version >
51
51
<type >pom</type >
52
52
<scope >import</scope >
53
53
</dependency >
Original file line number Diff line number Diff line change 46
46
<!-- XSUAA -->
47
47
<!-- Keep this version consistent with the one from the SAP Java Buildpack (after their 2.0 release) -->
48
48
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
49
- <scp-cf .xsuaa-client.version>3.5.1 </scp-cf .xsuaa-client.version>
49
+ <scp-cf .xsuaa-client.version>3.5.2 </scp-cf .xsuaa-client.version>
50
50
<java-jwt .version>4.4.0</java-jwt .version>
51
51
<!-- Utility stuff -->
52
52
<slf4j .version>2.0.13</slf4j .version>
53
- <lombok .version>1.18.32 </lombok .version>
53
+ <lombok .version>1.18.34 </lombok .version>
54
54
<findbugs-jsr305 .version>3.0.2</findbugs-jsr305 .version>
55
55
<!-- @Nonnull/@Nullable annotations -->
56
56
<vavr .version>0.10.4</vavr .version>
Original file line number Diff line number Diff line change 100
100
<assertj-core .version>3.26.0</assertj-core .version>
101
101
<assertj-vavr .version>0.4.3</assertj-vavr .version>
102
102
<mockito .version>5.12.0</mockito .version>
103
- <jsonassert .version>1.5.1 </jsonassert .version>
104
- <junit .jupiter.version>5.10.2 </junit .jupiter.version>
103
+ <jsonassert .version>1.5.3 </jsonassert .version>
104
+ <junit .jupiter.version>5.10.3 </junit .jupiter.version>
105
105
<codemodel .version>2.6</codemodel .version>
106
106
<olingo-v4 .version>5.0.0</olingo-v4 .version>
107
107
<olingo-v2 .version>2.0.13</olingo-v2 .version>
117
117
<bouncycastle .version>1.78.1</bouncycastle .version>
118
118
<jakarta-activation .version>2.1.0</jakarta-activation .version>
119
119
<qdox .version>2.1.0</qdox .version>
120
- <wiremock .version>3.7 .0</wiremock .version>
120
+ <wiremock .version>3.8 .0</wiremock .version>
121
121
<checkstyle .version>8.41</checkstyle .version>
122
122
<byte-buddy .version>1.14.17</byte-buddy .version>
123
123
<jsr305 .optional>true</jsr305 .optional>
952
952
<dependency >
953
953
<groupId >org.projectlombok</groupId >
954
954
<artifactId >lombok</artifactId >
955
- <version >1.18.32 </version >
955
+ <version >1.18.34 </version >
956
956
</dependency >
957
957
</dependencies >
958
958
<configuration >
You can’t perform that action at this time.
0 commit comments