File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
<findbugs-jsr305 .version>3.0.2</findbugs-jsr305 .version>
55
55
<!-- @Nonnull/@Nullable annotations -->
56
56
<vavr .version>0.10.6</vavr .version>
57
- <guava .version>33.4.0 -jre</guava .version>
57
+ <guava .version>33.4.5 -jre</guava .version>
58
58
<!-- collection utilities, @Beta annotation -->
59
59
<commons-io .version>2.18.0</commons-io .version>
60
60
<!-- Apache file utils -->
270
270
<dependency >
271
271
<groupId >com.google.errorprone</groupId >
272
272
<artifactId >error_prone_annotations</artifactId >
273
- <version >2.36 .0</version >
273
+ <version >2.37 .0</version >
274
274
</dependency >
275
275
</dependencies >
276
276
</dependencyManagement >
Original file line number Diff line number Diff line change 94
94
<!-- Spring dependencies -->
95
95
<!-- Keep these versions consistent with the ones from the SAP Java Buildpack (after their 2.0 release) -->
96
96
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
97
- <spring .version>6.2.4 </spring .version>
97
+ <spring .version>6.2.5 </spring .version>
98
98
<spring-security .version>6.1.5</spring-security .version>
99
99
<slf4j .version>2.0.17</slf4j .version>
100
100
<assertj-core .version>3.27.3</assertj-core .version>
You can’t perform that action at this time.
0 commit comments