File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.springframework.boot</groupId >
1515 <artifactId >spring-boot-starter-parent</artifactId >
16- <version >3.4.10 </version >
16+ <version >3.4.11 </version >
1717 <relativePath />
1818 </parent >
1919
2323 <maven .compiler.source>21</maven .compiler.source>
2424 <maven .compiler.target>21</maven .compiler.target>
2525 <!-- Dependency versions -->
26- <spring-boot .version>3.4.10 </spring-boot .version>
26+ <spring-boot .version>3.4.11 </spring-boot .version>
2727 <aws-java-sdk .version>2.31.21</aws-java-sdk .version>
2828 <commons-collections4 .version>4.4</commons-collections4 .version>
2929 <commons-io .version>2.19.0</commons-io .version>
30- <commons-lang3 .version>3.19.0</commons-lang3 .version>
3130 <springdoc .version>2.8.13</springdoc .version>
3231 <logstash-logback-encoder .version>8.1</logstash-logback-encoder .version>
3332 <jaxb-api .version>2.3.1</jaxb-api .version>
339338 </exclusion >
340339 <exclusion >
341340 <groupId >io.fabric8</groupId >
342- <artifactId >kubernetes-httpclient-vertx </artifactId >
341+ <artifactId >kubernetes-httpclient-vertex </artifactId >
343342 </exclusion >
344343 </exclusions >
345344 </dependency >
419418 <groupId >jakarta.mail</groupId >
420419 <artifactId >jakarta.mail-api</artifactId >
421420 </dependency >
422- <dependency >
423- <groupId >org.apache.commons</groupId >
424- <artifactId >commons-lang3</artifactId >
425- <version >${commons-lang3.version} </version >
426- </dependency >
427421 </dependencies >
428422
429423 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments