Upgrade to jOOQ 3.17.1

Closes gh-31587
This commit is contained in:
Andy Wilkinson 2022-07-07 10:09:31 +01:00
parent 1a76732c5f
commit 048bab4400
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ import java.sql.SQLException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jooq.ExecuteContext;
import org.jooq.ExecuteListener;
import org.jooq.SQLDialect;
import org.jooq.impl.DefaultExecuteListener;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator;
@ -39,7 +39,7 @@ import org.springframework.jdbc.support.SQLStateSQLExceptionTranslator;
* @author Stephane Nicoll
* @since 1.5.10
*/
public class JooqExceptionTranslator extends DefaultExecuteListener {
public class JooqExceptionTranslator implements ExecuteListener {
// Based on the jOOQ-spring-example from https://github.com/jOOQ/jOOQ

View File

@ -715,7 +715,7 @@ bom {
]
}
}
library("jOOQ", "3.16.6") {
library("jOOQ", "3.17.1") {
group("org.jooq") {
modules = [
"jooq",