mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Prohibit upgrades to Hibernate 6.5.1
Closes gh-40759
This commit is contained in:
@@ -510,6 +510,10 @@ bom {
|
||||
}
|
||||
}
|
||||
library("Hibernate", "6.5.0.Final") {
|
||||
prohibit {
|
||||
versionRange "[6.5.1.Final,6.5.1.Final]"
|
||||
because "it contains a regression (https://hibernate.atlassian.net/browse/HHH-18108)"
|
||||
}
|
||||
group("org.hibernate.orm") {
|
||||
modules = [
|
||||
"hibernate-agroal",
|
||||
|
||||
Reference in New Issue
Block a user