Upgrade to jOOQ 3.19.29

Closes gh-48456
This commit is contained in:
Stéphane Nicoll
2025-12-08 16:09:22 +01:00
parent 2962d44389
commit 3c7d31e71a
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.19.27.xsd">
<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.19.29.xsd">
<batchSize>100</batchSize>
</settings>
@@ -1086,7 +1086,7 @@ bom {
]
}
}
library("jOOQ", "3.19.28") {
library("jOOQ", "3.19.29") {
prohibit {
versionRange "[3.20.0,)"
because "it requires Java 21"