From ebcc90354738d080aa22f8a42a66028153b6427b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:53 +0100 Subject: [PATCH] Upgrade to jOOQ 3.13.3 Closes gh-22468 --- 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 df41e9022ef..772d286c7e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -886,7 +886,7 @@ bom { ] } } - library("jOOQ", "3.13.2") { + library("jOOQ", "3.13.3") { group("org.jooq") { modules = [ "jooq",