From ad4200e312843845d382282a7e8be638e0f79824 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:30:02 +0200 Subject: [PATCH] Upgrade to jOOQ 3.13.5 Closes gh-23654 --- 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 d065544b28..d151f610c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -829,7 +829,7 @@ bom { ] } } - library("jOOQ", "3.13.4") { + library("jOOQ", "3.13.5") { group("org.jooq") { modules = [ "jooq",