Skip to content

Commit 2a63f9a

Browse files
committed
Hibernate 7.3.0
1 parent 72b17e5 commit 2a63f9a

4 files changed

Lines changed: 4 additions & 4 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.orm" % "hibernate-core" % "7.0.5.Final",
15+
"org.hibernate.orm" % "hibernate-core" % "7.3.0.Final",
1616
javaWs % "test",
1717
"org.awaitility" % "awaitility" % "4.2.2" % "test",
1818
"org.assertj" % "assertj-core" % "3.26.3" % "test",

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-M9"
33
play = "3.1.0-M7"
44
node = "7.1.0"
55
h2 = "2.3.232"
6-
hibernate = "7.0.5.Final"
6+
hibernate = "7.3.0.Final"
77
junit = "4.13.2"
88
assertj = "3.27.7"
99
awaitility = "4.3.0"

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.orm" % "hibernate-core" % "7.0.5.Final",
18+
"org.hibernate.orm" % "hibernate-core" % "7.3.0.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",

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-M7"
44
failsafe = "2.4.4"
55
url-builder = "1.1.5"
66
h2 = "2.3.232"
7-
hibernate = "7.0.5.Final"
7+
hibernate = "7.3.0.Final"
88
metrics = "4.2.38"
99
junit = "4.13.2"
1010
scalatestplus-play = "8.0.0-M2"

0 commit comments

Comments
 (0)