From c00823bc63046a6298519ef6cc880f2aeca35b1f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:19 +0100 Subject: [PATCH] Upgrade to jOOQ 3.13.4 Closes gh-22804 --- 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 00c7c309ce..540accae82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -830,7 +830,7 @@ bom { ] } } - library("jOOQ", "3.13.2") { + library("jOOQ", "3.13.4") { group("org.jooq") { modules = [ "jooq",