File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.2.0 </version >
8
+ <version >3.2.1 </version >
9
9
<relativePath ></relativePath >
10
10
</parent >
11
11
<groupId >dev.dashaun.shell.initializr</groupId >
12
12
<artifactId >plusplus</artifactId >
13
13
<version >0</version >
14
14
<name >${project.groupId} :${project.artifactId} </name >
15
15
<properties >
16
- <spring-shell .version>3.1.2 </spring-shell .version>
16
+ <spring-shell .version>3.1.6 </spring-shell .version>
17
17
<java .version>17</java .version>
18
18
</properties >
19
19
<dependencyManagement >
37
37
<groupId >org.springframework.shell</groupId >
38
38
<artifactId >spring-shell-starter</artifactId >
39
39
</dependency >
40
+ <dependency >
41
+ <groupId >org.glassfish.jaxb</groupId >
42
+ <artifactId >jaxb-runtime</artifactId >
43
+ <scope >test</scope >
44
+ </dependency >
40
45
<dependency >
41
46
<groupId >org.springframework.boot</groupId >
42
47
<artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments