diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0fe370bf1..5c4f73cfb 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -106,7 +106,7 @@ object Dependencies { } object Examples { - val hibernate = "org.hibernate" % "hibernate-core" % "6.3.1.Final" + val hibernate = "org.hibernate" % "hibernate-core" % "6.4.0.CR1" val akkaPersistenceTyped = "com.typesafe.akka" %% "akka-persistence-typed" % Versions.akka val akkaClusterShardingTyped = "com.typesafe.akka" %% "akka-cluster-sharding-typed" % Versions.akka