mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Prohibit upgrades to jOOQ 3.20.0
Closes gh-44372
This commit is contained in:
@@ -1054,6 +1054,10 @@ bom {
|
||||
}
|
||||
}
|
||||
library("jOOQ", "3.19.21") {
|
||||
prohibit {
|
||||
versionRange "[3.20.0.0,)"
|
||||
because "it requires Java 21"
|
||||
}
|
||||
group("org.jooq") {
|
||||
modules = [
|
||||
"jooq",
|
||||
|
||||
Reference in New Issue
Block a user