From 5ec4df0ea950893a289e421efee1161f3c8e623e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 04:23:03 +0000 Subject: [PATCH] chore(deps): update hibernate core --- Source/Plugins/Generic/org.hibernate/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/Generic/org.hibernate/build.sbt b/Source/Plugins/Generic/org.hibernate/build.sbt index 29efb4a5b18..73e602c6597 100644 --- a/Source/Plugins/Generic/org.hibernate/build.sbt +++ b/Source/Plugins/Generic/org.hibernate/build.sbt @@ -2,8 +2,8 @@ lazy val Hibernate = config("hibernate") lazy val CustomCompile = config("compile") extend Hibernate libraryDependencies := Seq( - "org.hibernate" % "hibernate-core" % "5.6.15.Final", - "org.hibernate" % "hibernate-validator" % "6.2.5.Final", + "org.hibernate" % "hibernate-core" % "6.2.0.Final", + "org.hibernate" % "hibernate-validator" % "8.0.0.Final", "javax.persistence" % "javax.persistence-api" % "2.2", "com.thoughtworks.xstream" % "xstream-hibernate" % xstreamVersion excludeAll ExclusionRule( organization = "org.hibernate"),