Skip to content

Commit f8a1828

Browse files
committed
spring boot 3.2.1, spring shell 3.1.6
1 parent 3a2d170 commit f8a1828

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<relativePath></relativePath>
1010
</parent>
1111
<groupId>dev.dashaun.shell.initializr</groupId>
1212
<artifactId>plusplus</artifactId>
1313
<version>0</version>
1414
<name>${project.groupId}:${project.artifactId}</name>
1515
<properties>
16-
<spring-shell.version>3.1.2</spring-shell.version>
16+
<spring-shell.version>3.1.6</spring-shell.version>
1717
<java.version>17</java.version>
1818
</properties>
1919
<dependencyManagement>
@@ -37,6 +37,11 @@
3737
<groupId>org.springframework.shell</groupId>
3838
<artifactId>spring-shell-starter</artifactId>
3939
</dependency>
40+
<dependency>
41+
<groupId>org.glassfish.jaxb</groupId>
42+
<artifactId>jaxb-runtime</artifactId>
43+
<scope>test</scope>
44+
</dependency>
4045
<dependency>
4146
<groupId>org.springframework.boot</groupId>
4247
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)