This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 2252555 Update hibernate-core to 7.3.2.Final (#446)
2252555 is described below
commit 2252555e2bbae077c0016081e6464a55d7c9f8d0
Author: Scala Steward <[email protected]>
AuthorDate: Tue Apr 21 17:11:51 2026 +0200
Update hibernate-core to 7.3.2.Final (#446)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cdf2b9f..6abee95 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -102,7 +102,7 @@ object Dependencies {
}
object Examples {
- val hibernate = "org.hibernate" % "hibernate-core" % "7.3.1.Final"
+ val hibernate = "org.hibernate" % "hibernate-core" % "7.3.2.Final"
val pekkoPersistenceTyped = "org.apache.pekko" %%
"pekko-persistence-typed" % Versions.pekko
val pekkoClusterShardingTyped = "org.apache.pekko" %%
"pekko-cluster-sharding-typed" % Versions.pekko
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]