[JAVA-27538] Upgraded spring-shell to spring boot 3 (#15328)

This commit is contained in:
panos-kakos 2023-12-01 13:19:46 +02:00 committed by GitHub
parent c7118d9960
commit 6508331a74
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../parent-boot-3</relativePath>
</parent>
<dependencies>