[JAVA-27547] Upgraded docker-spring-boot to spring-boot-3 (#16013)

This commit is contained in:
panos-kakos
2024-03-03 00:26:43 +02:00
committed by GitHub
parent c35329d003
commit f99982eb41
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -9,9 +9,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>