[JAVA-26243] Upgraded spring-di-3 module to spring-boot 3 (#14997)

This commit is contained in:
panos-kakos
2023-11-01 13:00:50 +02:00
committed by GitHub
parent 2f9acfe1d1
commit b696d205f6
17 changed files with 30 additions and 48 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>