Skip to content

Commit 9b33ccc

Browse files
authored
Merge pull request #927 from playframework/renovate/main-hibernate-core
Update `org.hibernate:hibernate-core` to `v6.6.38.Final` (was `6.6.34.Final`) (main)
2 parents 02e7f8e + f6439e6 commit 9b33ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/jpa/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ twirl = "2.1.0-M5"
33
play = "3.1.0-M4"
44
node = "7.1.0"
55
h2 = "2.3.232"
6-
hibernate = "6.6.34.Final"
6+
hibernate = "6.6.38.Final"
77
junit = "4.13.2"
88
assertj = "3.27.6"
99
awaitility = "4.3.0"

java/rest-api/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ play = "3.1.0-M4"
44
failsafe = "2.4.4"
55
url-builder = "1.1.5"
66
h2 = "2.3.232"
7-
hibernate = "6.6.34.Final"
7+
hibernate = "6.6.38.Final"
88
metrics = "4.2.37"
99
junit = "4.13.2"
1010
scalatestplus-play = "8.0.0-M2"

0 commit comments

Comments
 (0)