13
13
<dependency >
14
14
<groupId >org.projectlombok</groupId >
15
15
<artifactId >lombok</artifactId >
16
- <version >1.16.12 </version >
16
+ <version >1.18.26 </version >
17
17
<scope >provided</scope >
18
18
</dependency >
19
19
28
28
<dependency >
29
29
<groupId >org.springframework</groupId >
30
30
<artifactId >spring-context</artifactId >
31
- <version >4.1.6.RELEASE </version >
31
+ <version >6.0.9 </version >
32
32
</dependency >
33
33
34
34
<!-- The spring-aop module provides an AOP Alliance-compliant aspect-oriented
35
35
programming implementation allowing you to define -->
36
36
<dependency >
37
37
<groupId >org.springframework</groupId >
38
38
<artifactId >spring-aop</artifactId >
39
- <version >4.1.6.RELEASE </version >
39
+ <version >6.0.6 </version >
40
40
</dependency >
41
41
42
42
<!-- The spring-webmvc module (also known as the Web-Servlet module) contains
45
45
<dependency >
46
46
<groupId >org.springframework</groupId >
47
47
<artifactId >spring-webmvc</artifactId >
48
- <version >4.1.6.RELEASE </version >
48
+ <version >6.0.9 </version >
49
49
</dependency >
50
50
51
51
<!-- The spring-web module provides basic web-oriented integration features
54
54
<dependency >
55
55
<groupId >org.springframework</groupId >
56
56
<artifactId >spring-web</artifactId >
57
- <version >4.1.6.RELEASE </version >
57
+ <version >6.0.6 </version >
58
58
</dependency >
59
59
60
60
</dependencies >
61
+ <properties >
62
+ <maven .compiler.source>17</maven .compiler.source>
63
+ <maven .compiler.target>17</maven .compiler.target>
64
+ </properties >
61
65
62
66
</project >
0 commit comments