From e8307178c3af70d08bb00242602d26f48377342c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:17:24 +0100 Subject: [PATCH] Upgrade to jOOQ 3.13.4 Closes gh-22867 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6a266b97f8..d22c833adb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -887,7 +887,7 @@ bom { ] } } - library("jOOQ", "3.13.3") { + library("jOOQ", "3.13.4") { group("org.jooq") { modules = [ "jooq",