Skip to content

Commit 2af5e97

Browse files
authored
[JAVA-39465] Upgraded spring and spring-boot version to latest (#17565)
1 parent a25c05d commit 2af5e97

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

libraries-cli/pom.xml

+2-13
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
<artifactId>spring-boot-starter</artifactId>
2121
<version>${spring-boot-starter.version}</version>
2222
</dependency>
23-
<dependency>
24-
<groupId>org.springframework</groupId>
25-
<artifactId>spring-context</artifactId>
26-
<version>${spring.version}</version>
27-
</dependency>
2823
<dependency>
2924
<groupId>org.springframework</groupId>
3025
<artifactId>spring-jdbc</artifactId>
@@ -57,19 +52,13 @@
5752
</dependency>
5853
</dependencies>
5954

60-
<build>
61-
<plugins>
62-
63-
</plugins>
64-
</build>
65-
6655
<properties>
6756
<picocli.version>4.7.0</picocli.version>
6857
<jcommander.version>1.78</jcommander.version>
6958
<airline.version>2.7.2</airline.version>
7059
<commons-cli.version>1.8.0</commons-cli.version>
71-
<spring-boot-starter.version>2.7.8</spring-boot-starter.version>
72-
<spring.version>5.3.25</spring.version>
60+
<spring-boot-starter.version>3.3.3</spring-boot-starter.version>
61+
<spring.version>6.1.12</spring.version>
7362
</properties>
7463

7564
</project>

0 commit comments

Comments
 (0)