Skip to content

Commit

Permalink
Merge pull request #592 from scala-steward/update/hibernate-core-6.5.…
Browse files Browse the repository at this point in the history
…0.CR1

[3.0.x] hibernate-core 6.5.0.Final (was 6.4.4.Final)
  • Loading branch information
mkurz authored Apr 28, 2024
2 parents 1eb1774 + d2bb045 commit 1ae950f
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.5.Final",
"org.hibernate" % "hibernate-core" % "6.5.0.Final",
javaWs % "test",
"org.awaitility" % "awaitility" % "4.2.1" % "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.5.Final",
"org.hibernate" % "hibernate-core" % "6.5.0.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 1ae950f

Please sign in to comment.