[JAVA-28936] Upgraded spring-data-jdbc to spring-boot-3 (#15437)

* [JAVA-28936]
This commit is contained in:
panos-kakos
2023-12-25 13:08:42 +02:00
committed by GitHub
parent 11f603074e
commit 8fcec3fcda
4 changed files with 14 additions and 11 deletions
+6 -2
View File
@@ -7,9 +7,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>
@@ -36,4 +36,8 @@
</dependency>
</dependencies>
<properties>
<spring-boot.repackage.skip>true</spring-boot.repackage.skip>
</properties>
</project>