[JAVA-27545] Upgraded spring-jinq to spring-boot 3 (#15300)

This commit is contained in:
panos-kakos
2023-11-27 11:14:38 +02:00
committed by GitHub
parent 5d6b5bf965
commit a0b5fb3443
6 changed files with 26 additions and 20 deletions
+9 -3
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>
@@ -35,6 +35,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate-core.version}</version>
</dependency>
<!-- Testing -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -58,7 +63,8 @@
</build>
<properties>
<jinq.version>1.8.29</jinq.version>
<jinq.version>2.0.1</jinq.version>
<hibernate-core.version>6.4.0.Final</hibernate-core.version>
</properties>
</project>