From 16bcc662a5d0ec97ae12249670455295a3d8c4b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:25:09 +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 ef2c339f66..239742cbeb 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.6.6.Final", + "org.hibernate" % "hibernate-validator" % "8.0.2.Final", "javax.persistence" % "javax.persistence-api" % "2.2", "com.thoughtworks.xstream" % "xstream-hibernate" % xstreamVersion excludeAll ExclusionRule( organization = "org.hibernate"