From 1dad43ae30e686bd0b19927e32d315750df6cfd0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Aug 2024 17:30:47 +0000 Subject: [PATCH] [2.9.x] hibernate-core 6.6.0.Final (was 6.5.2.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 adadccbc0..75cb34049 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.3.230", - "org.hibernate" % "hibernate-core" % "6.5.2.Final", + "org.hibernate" % "hibernate-core" % "6.6.0.Final", javaWs % "test", "org.awaitility" % "awaitility" % "4.2.1" % "test", "org.assertj" % "assertj-core" % "3.26.3" % "test", diff --git a/play-java-rest-api-example/build.sbt b/play-java-rest-api-example/build.sbt index 387c3fa94..6d716552f 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.3.230", - "org.hibernate" % "hibernate-core" % "6.5.2.Final", + "org.hibernate" % "hibernate-core" % "6.6.0.Final", "io.dropwizard.metrics" % "metrics-core" % "4.2.26", "com.palominolabs.http" % "url-builder" % "1.1.5", "net.jodah" % "failsafe" % "2.4.4",