Skip to content

Commit

Permalink
[3.0.x] hibernate-core 6.6.1.Final (was 6.6.0.Final)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent 3e81fd0 commit 95a1202
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.232",
"org.hibernate" % "hibernate-core" % "6.6.0.Final",
"org.hibernate" % "hibernate-core" % "6.6.1.Final",
javaWs % "test",
"org.awaitility" % "awaitility" % "4.2.2" % "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.232",
"org.hibernate" % "hibernate-core" % "6.6.0.Final",
"org.hibernate" % "hibernate-core" % "6.6.1.Final",
"io.dropwizard.metrics" % "metrics-core" % "4.2.27",
"com.palominolabs.http" % "url-builder" % "1.1.5",
"net.jodah" % "failsafe" % "2.4.4",
Expand Down

0 comments on commit 95a1202

Please sign in to comment.