Skip to content

Commit

Permalink
Merge pull request #741 from scala-steward/update/2.9.x/hibernate-cor…
Browse files Browse the repository at this point in the history
…e-6.6.0.Final

[2.9.x] hibernate-core 6.6.0.Final (was 6.5.2.Final)
  • Loading branch information
mkurz authored Sep 4, 2024
2 parents dc8cd3a + 1dad43a commit 92f6856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion play-java-jpa-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion play-java-rest-api-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 92f6856

Please sign in to comment.