Skip to content

Commit

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

[2.9.x] hibernate-core 6.4.1.Final (was 6.3.2.Final)
  • Loading branch information
mkurz committed Jan 15, 2024
2 parents 22b04b7 + 871a3a3 commit 05989bc
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.3.2.Final"
"org.hibernate" % "hibernate-core" % "6.4.1.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.3.2.Final" // replace by your jpa implementation
"org.hibernate" % "hibernate-core" % "6.4.1.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 @@ -107,7 +107,7 @@ object Dependencies {

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

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

0 comments on commit 05989bc

Please sign in to comment.