Skip to content

Commit 4e26581

Browse files
committed
hibernate-core 7.0.5.Final (was 6.6.20.Final)
1 parent d41fa0b commit 4e26581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java/jpa/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val root = (project in file("."))
1212
guice,
1313
javaJpa,
1414
"com.h2database" % "h2" % "2.2.224",
15-
"org.hibernate" % "hibernate-core" % "6.6.20.Final",
15+
"org.hibernate" % "hibernate-core" % "7.0.5.Final",
1616
javaWs % "test",
1717
"org.awaitility" % "awaitility" % "4.2.2" % "test",
1818
"org.assertj" % "assertj-core" % "3.26.3" % "test",

java/rest-api/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val root = (project in file("."))
1515
guice,
1616
javaJpa,
1717
"com.h2database" % "h2" % "2.2.224",
18-
"org.hibernate" % "hibernate-core" % "6.6.20.Final",
18+
"org.hibernate" % "hibernate-core" % "7.0.5.Final",
1919
"io.dropwizard.metrics" % "metrics-core" % "4.2.25",
2020
"com.palominolabs.http" % "url-builder" % "1.1.5",
2121
"net.jodah" % "failsafe" % "2.4.4",

0 commit comments

Comments
 (0)