Skip to content

Commit

Permalink
Merge pull request #13078 from scala-steward/update/3.0.x/hibernate-c…
Browse files Browse the repository at this point in the history
…ore-6.6.5.Final

[3.0.x] hibernate-core 6.6.5.Final (was 6.6.4.Final)
  • Loading branch information
mkurz authored Jan 19, 2025
2 parents f2e5e0e + bd6db5b commit 7af5335
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
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.6.4.Final"
"org.hibernate" % "hibernate-core" % "6.6.5.Final"
)
//#multi-deps

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//#jpa-sbt-dependencies
libraryDependencies ++= Seq(
javaJpa,
"org.hibernate" % "hibernate-core" % "6.6.4.Final" // replace by your jpa implementation
"org.hibernate" % "hibernate-core" % "6.6.5.Final" // replace by your jpa implementation
)
//#jpa-sbt-dependencies

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ object Dependencies {

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

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

0 comments on commit 7af5335

Please sign in to comment.