Upgrade to jOOQ 3.19.24 and use its BOM

See gh-45939

Signed-off-by: Andreas Ahlenstorf <andreas@ahlenstorf.ch>
This commit is contained in:
Andreas Ahlenstorf
2025-06-12 16:56:13 +02:00
committed by Stéphane Nicoll
parent dde4e8008f
commit ae6d5dd66a

View File

@@ -1032,18 +1032,13 @@ bom {
]
}
}
library("jOOQ", "3.19.23") {
library("jOOQ", "3.19.24") {
prohibit {
versionRange "[3.20.0,)"
because "it requires Java 21"
}
group("org.jooq") {
modules = [
"jooq",
"jooq-codegen",
"jooq-kotlin",
"jooq-meta"
]
bom("jooq-bom")
plugins = [
"jooq-codegen-maven"
]