From 74a70c8200242eab0dd9a422e42f36e757f38edb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 08:55:03 +0200 Subject: [PATCH] Upgrade to jOOQ 3.13.2 Closes gh-21407 --- 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 77420b6f37..81becce406 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -912,7 +912,7 @@ bom { ] } } - library("jOOQ", "3.13.1") { + library("jOOQ", "3.13.2") { group("org.jooq") { modules = [ "jooq",