From 326e0d6941293d0b7b9f6cae2f81bd1f40bc890f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Aug 2026 21:36:35 +0000 Subject: [PATCH] [3.0.x] hibernate-core 6.6.55.Final (was 6.6.54.Final) --- play-java-jpa-example/build.sbt | 2 +- play-java-rest-api-example/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",