Skip to content

Commit

Permalink
Merge pull request #10254 from scala-steward/update/hibernate-core-5.…
Browse files Browse the repository at this point in the history
…4.15.Final

Update hibernate-core to 5.4.15.Final
  • Loading branch information
mergify[bot] committed May 6, 2020
2 parents a45a3f7 + 3b6ebc6 commit 768182e
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 @@ -13,7 +13,7 @@ libraryDependencies += "org.apache.derby" % "derby" % "10.14.2.0" % "test"
//#multi-deps
libraryDependencies ++= Seq(
"org.apache.derby" % "derby" % "10.14.2.0",
"org.hibernate" % "hibernate-core" % "5.4.14.Final"
"org.hibernate" % "hibernate-core" % "5.4.15.Final"
)
//#multi-deps

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//#jpa-sbt-dependencies
libraryDependencies ++= Seq(
javaJpa,
"org.hibernate" % "hibernate-core" % "5.4.14.Final" // replace by your jpa implementation
"org.hibernate" % "hibernate-core" % "5.4.15.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 @@ -75,7 +75,7 @@ object Dependencies {

val jpaDeps = Seq(
"org.hibernate.javax.persistence" % "hibernate-jpa-2.1-api" % "1.0.2.Final",
"org.hibernate" % "hibernate-core" % "5.4.14.Final" % "test"
"org.hibernate" % "hibernate-core" % "5.4.15.Final" % "test"
)

def scalaReflect(scalaVersion: String) = "org.scala-lang" % "scala-reflect" % scalaVersion % "provided"
Expand Down

0 comments on commit 768182e

Please sign in to comment.