Prohibit upgrades to jOOQ 3.20.0

Closes gh-44372
This commit is contained in:
Stéphane Nicoll
2025-03-12 09:11:10 +01:00
parent 3ea9c56ea0
commit 73e1df24dd

View File

@@ -1054,6 +1054,10 @@ bom {
} }
} }
library("jOOQ", "3.19.21") { library("jOOQ", "3.19.21") {
prohibit {
versionRange "[3.20.0.0,)"
because "it requires Java 21"
}
group("org.jooq") { group("org.jooq") {
modules = [ modules = [
"jooq", "jooq",