Skip to content

Commit

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

[2.9.x] hibernate-core 6.4.5.Final (was 6.4.4.Final)
  • Loading branch information
mkurz committed Apr 28, 2024
2 parents eaf8f13 + 0273caa commit 58d9c24
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.2.224",
"org.hibernate" % "hibernate-core" % "6.4.4.Final",
"org.hibernate" % "hibernate-core" % "6.4.5.Final",
javaWs % "test",
"org.awaitility" % "awaitility" % "4.2.0" % "test",
"org.assertj" % "assertj-core" % "3.25.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.2.224",
"org.hibernate" % "hibernate-core" % "6.4.4.Final",
"org.hibernate" % "hibernate-core" % "6.4.5.Final",
"io.dropwizard.metrics" % "metrics-core" % "4.2.25",
"com.palominolabs.http" % "url-builder" % "1.1.5",
"net.jodah" % "failsafe" % "2.4.4",
Expand Down

0 comments on commit 58d9c24

Please sign in to comment.