Upgrade to Hibernate 6.6.3.Final

Closes gh-43400
This commit is contained in:
Phillip Webb 2024-12-04 11:43:27 -08:00
parent 79653a9275
commit a538b8bef4
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ bom {
releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}")
}
}
library("Hibernate", "6.6.2.Final") {
library("Hibernate", "6.6.3.Final") {
group("org.hibernate.orm") {
modules = [
"hibernate-agroal",