File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ twirl = "2.1.0-M9"
33play = " 3.1.0-M7"
44node = " 7.1.0"
55h2 = " 2.3.232"
6- hibernate = " 7.0.5 .Final"
6+ hibernate = " 7.3.0 .Final"
77junit = " 4.13.2"
88assertj = " 3.27.7"
99awaitility = " 4.3.0"
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ play = "3.1.0-M7"
44failsafe = " 2.4.4"
55url-builder = " 1.1.5"
66h2 = " 2.3.232"
7- hibernate = " 7.0.5 .Final"
7+ hibernate = " 7.3.0 .Final"
88metrics = " 4.2.38"
99junit = " 4.13.2"
1010scalatestplus-play = " 8.0.0-M2"
You can’t perform that action at this time.
0 commit comments