File tree Expand file tree Collapse file tree
play-java-rest-api-example Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments