Merge pull request #45939 from aahlenst
* pr/45939: Upgrade to jOOQ 3.19.24 and use its BOM Closes gh-45939
This commit is contained in:
@@ -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