Skip to content

Commit

Permalink
spring boot 3.2.1, spring shell 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Dec 30, 2023
1 parent 3a2d170 commit f8a1828
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<relativePath></relativePath>
</parent>
<groupId>dev.dashaun.shell.initializr</groupId>
<artifactId>plusplus</artifactId>
<version>0</version>
<name>${project.groupId}:${project.artifactId}</name>
<properties>
<spring-shell.version>3.1.2</spring-shell.version>
<spring-shell.version>3.1.6</spring-shell.version>
<java.version>17</java.version>
</properties>
<dependencyManagement>
Expand All @@ -37,6 +37,11 @@
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit f8a1828

Please sign in to comment.