From d75288b726808d86c96d6c21ba2b1b3b9fe211f3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:20 +0000 Subject: [PATCH] Upgrade to jOOQ 3.13.5 Closes gh-23875 --- 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 328f9c278e..f40eeae387 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.4") { + library("jOOQ", "3.13.5") { group("org.jooq") { modules = [ "jooq",