Upgrade to jOOQ 3.21.0

Closes gh-49774
This commit is contained in:
Andy Wilkinson
2026-03-25 14:04:08 +00:00
parent 9c511fae39
commit d4b1478742
4 changed files with 4 additions and 2 deletions
@@ -93,6 +93,7 @@ class DefaultExceptionTranslatorExecuteListenerTests {
return context;
}
@SuppressWarnings({ "deprecation", "removal" })
static Object[] exceptionTranslatesSqlExceptions() {
return new Object[] { new Object[] { SQLDialect.DERBY, sqlException("42802") },
new Object[] { SQLDialect.DERBY, new SQLSyntaxErrorException() },
@@ -47,6 +47,7 @@ class SqlDialectLookupTests {
}
@Test
@SuppressWarnings({ "deprecation", "removal" })
void getSqlDialectWhenDerbyShouldReturnDerby() throws Exception {
testGetSqlDialect("jdbc:derby:", SQLDialect.DERBY);
}
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.20.10.xsd">
<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.21.0.xsd">
<batchSize>100</batchSize>
</settings>
@@ -1143,7 +1143,7 @@ bom {
]
}
}
library("jOOQ", "3.20.11") {
library("jOOQ", "3.21.0") {
group("org.jooq") {
bom("jooq-bom")
plugins = [