Skip to content

Commit

Permalink
Merge pull request #12604 from playframework/update/hibernate-core-6.…
Browse files Browse the repository at this point in the history
…5.0.Final

hibernate-core 6.5.0.Final (was 6.4.8.Final)
  • Loading branch information
mkurz committed May 3, 2024
2 parents 08aec5a + 48aba77 commit 019e1a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -11,7 +11,7 @@ libraryDependencies += "org.apache.derby" % "derby" % "10.16.1.1" % "test"
//#multi-deps
libraryDependencies ++= Seq(
"org.apache.derby" % "derby" % "10.16.1.1",
"org.hibernate" % "hibernate-core" % "6.4.8.Final"
"org.hibernate" % "hibernate-core" % "6.5.0.Final"
)
//#multi-deps

Expand Down
Expand Up @@ -3,7 +3,7 @@
//#jpa-sbt-dependencies
libraryDependencies ++= Seq(
javaJpa,
"org.hibernate" % "hibernate-core" % "6.4.8.Final" // replace by your jpa implementation
"org.hibernate" % "hibernate-core" % "6.5.0.Final" // replace by your jpa implementation
)
//#jpa-sbt-dependencies

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -91,7 +91,7 @@ object Dependencies {

val jpaDeps = Seq(
"jakarta.persistence" % "jakarta.persistence-api" % "3.1.0",
"org.hibernate" % "hibernate-core" % "6.4.8.Final" % "test"
"org.hibernate" % "hibernate-core" % "6.5.0.Final" % "test"
)

def scalaReflect(scalaVersion: String) = CrossVersion.partialVersion(scalaVersion) match {
Expand Down

0 comments on commit 019e1a6

Please sign in to comment.