Skip to content

Commit 3f46c57

Browse files
committed
upgrade boot and spring shell
1 parent 92fc1c4 commit 3f46c57

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pom.xml

Lines changed: 3 additions & 8 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.1</version>
8+
<version>3.4.3</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.6</spring-shell.version>
16+
<spring-shell.version>3.4.0</spring-shell.version>
1717
<java.version>21</java.version>
1818
</properties>
1919
<dependencyManagement>
@@ -31,17 +31,12 @@
3131
<dependency>
3232
<groupId>org.apache.maven</groupId>
3333
<artifactId>maven-model</artifactId>
34-
<version>3.8.7</version>
34+
<version>3.9.9</version>
3535
</dependency>
3636
<dependency>
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>
4540
<dependency>
4641
<groupId>org.springframework.boot</groupId>
4742
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)