diff --git a/play-java-jpa-example/build.sbt b/play-java-jpa-example/build.sbt index 3fbc3fec2..89484bc7c 100644 --- a/play-java-jpa-example/build.sbt +++ b/play-java-jpa-example/build.sbt @@ -10,7 +10,7 @@ lazy val root = (project in file(".")) guice, javaJpa, "com.h2database" % "h2" % "2.4.240", - "org.hibernate" % "hibernate-core" % "6.6.54.Final", + "org.hibernate" % "hibernate-core" % "6.6.55.Final", javaWs % "test", "org.awaitility" % "awaitility" % "4.3.0" % "test", "org.assertj" % "assertj-core" % "3.27.7" % "test", diff --git a/play-java-rest-api-example/build.sbt b/play-java-rest-api-example/build.sbt index 332c8979e..0c05c6b17 100644 --- a/play-java-rest-api-example/build.sbt +++ b/play-java-rest-api-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) guice, javaJpa, "com.h2database" % "h2" % "2.4.240", - "org.hibernate" % "hibernate-core" % "6.6.54.Final", + "org.hibernate" % "hibernate-core" % "6.6.55.Final", "io.dropwizard.metrics" % "metrics-core" % "4.2.39", "com.palominolabs.http" % "url-builder" % "1.1.5", "net.jodah" % "failsafe" % "2.4.4",