Skip to content

Commit 2d21a4a

Browse files
upgrade dependencies
1 parent 5723fd5 commit 2d21a4a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

+9-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>org.projectlombok</groupId>
1515
<artifactId>lombok</artifactId>
16-
<version>1.16.12</version>
16+
<version>1.18.26</version>
1717
<scope>provided</scope>
1818
</dependency>
1919

@@ -28,15 +28,15 @@
2828
<dependency>
2929
<groupId>org.springframework</groupId>
3030
<artifactId>spring-context</artifactId>
31-
<version>4.1.6.RELEASE</version>
31+
<version>6.0.9</version>
3232
</dependency>
3333

3434
<!-- The spring-aop module provides an AOP Alliance-compliant aspect-oriented
3535
programming implementation allowing you to define -->
3636
<dependency>
3737
<groupId>org.springframework</groupId>
3838
<artifactId>spring-aop</artifactId>
39-
<version>4.1.6.RELEASE</version>
39+
<version>6.0.6</version>
4040
</dependency>
4141

4242
<!-- The spring-webmvc module (also known as the Web-Servlet module) contains
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.springframework</groupId>
4747
<artifactId>spring-webmvc</artifactId>
48-
<version>4.1.6.RELEASE</version>
48+
<version>6.0.9</version>
4949
</dependency>
5050

5151
<!-- The spring-web module provides basic web-oriented integration features
@@ -54,9 +54,13 @@
5454
<dependency>
5555
<groupId>org.springframework</groupId>
5656
<artifactId>spring-web</artifactId>
57-
<version>4.1.6.RELEASE</version>
57+
<version>6.0.6</version>
5858
</dependency>
5959

6060
</dependencies>
61+
<properties>
62+
<maven.compiler.source>17</maven.compiler.source>
63+
<maven.compiler.target>17</maven.compiler.target>
64+
</properties>
6165

6266
</project>

0 commit comments

Comments
 (0)