Skip to content

Commit 18cef24

Browse files
committed
Fix #35709: update Spring Boot
1 parent 4de9cb6 commit 18cef24

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

@@ -23,11 +23,10 @@
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>
@@ -339,7 +338,7 @@
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>
@@ -419,11 +418,6 @@
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>

0 commit comments

Comments
 (0)