File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 20
20
<artifactId >spring-boot-starter</artifactId >
21
21
<version >${spring-boot-starter.version} </version >
22
22
</dependency >
23
- <dependency >
24
- <groupId >org.springframework</groupId >
25
- <artifactId >spring-context</artifactId >
26
- <version >${spring.version} </version >
27
- </dependency >
28
23
<dependency >
29
24
<groupId >org.springframework</groupId >
30
25
<artifactId >spring-jdbc</artifactId >
57
52
</dependency >
58
53
</dependencies >
59
54
60
- <build >
61
- <plugins >
62
-
63
- </plugins >
64
- </build >
65
-
66
55
<properties >
67
56
<picocli .version>4.7.0</picocli .version>
68
57
<jcommander .version>1.78</jcommander .version>
69
58
<airline .version>2.7.2</airline .version>
70
59
<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>
73
62
</properties >
74
63
75
64
</project >
You can’t perform that action at this time.
0 commit comments