Skip to content

Commit ee4616c

Browse files
committed
Upgrade samples to Hibernate 5.6.9.Final
Closes gh-806
1 parent 24378bb commit ee4616c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/rest-notes-slate/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3"
3232
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
3333
implementation "org.hibernate.validator:hibernate-validator:7.0.4.Final"
34-
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final"
34+
implementation "org.hibernate:hibernate-core-jakarta:5.6.9.Final"
3535
implementation "org.springframework:spring-webmvc"
3636
implementation "org.springframework.data:spring-data-jpa"
3737
implementation "org.springframework.data:spring-data-rest-webmvc"

samples/rest-notes-spring-data-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.hibernate</groupId>
5555
<artifactId>hibernate-core-jakarta</artifactId>
56-
<version>5.5.7.Final</version>
56+
<version>5.6.9.Final</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.springframework</groupId>

samples/rest-notes-spring-hateoas/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3"
3737
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
3838
implementation "org.hibernate.validator:hibernate-validator:7.0.4.Final"
39-
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final"
39+
implementation "org.hibernate:hibernate-core-jakarta:5.6.9.Final"
4040
implementation "org.springframework:spring-webmvc"
4141
implementation "org.springframework.data:spring-data-jpa"
4242
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M3"

0 commit comments

Comments
 (0)