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:
committed by
Stéphane Nicoll
parent
dde4e8008f
commit
ae6d5dd66a
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user