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
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
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
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