Skip to content

Commit 570eed5

Browse files
authored
Merge pull request #897 from playframework/update/2.9.x/hibernate-core-6.6.20.Final
[2.9.x] hibernate-core 6.6.20.Final (was 6.6.19.Final)
2 parents b11f21a + a1ccb11 commit 570eed5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

play-java-jpa-example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val root = (project in file("."))
1010
guice,
1111
javaJpa,
1212
"com.h2database" % "h2" % "2.3.232",
13-
"org.hibernate" % "hibernate-core" % "6.6.19.Final",
13+
"org.hibernate" % "hibernate-core" % "6.6.20.Final",
1414
javaWs % "test",
1515
"org.awaitility" % "awaitility" % "4.3.0" % "test",
1616
"org.assertj" % "assertj-core" % "3.27.3" % "test",

play-java-rest-api-example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = (project in file("."))
1313
guice,
1414
javaJpa,
1515
"com.h2database" % "h2" % "2.3.232",
16-
"org.hibernate" % "hibernate-core" % "6.6.19.Final",
16+
"org.hibernate" % "hibernate-core" % "6.6.20.Final",
1717
"io.dropwizard.metrics" % "metrics-core" % "4.2.33",
1818
"com.palominolabs.http" % "url-builder" % "1.1.5",
1919
"net.jodah" % "failsafe" % "2.4.4",

0 commit comments

Comments
 (0)