From 7dccc10803ff4e7ac494b274ea069f9dd23c1182 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:49 +0100 Subject: [PATCH] Upgrade to jOOQ 3.12.4 Closes gh-20079 --- 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 ad6d338e046..a9d3ca295f6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -879,7 +879,7 @@ bom { ] } } - library("jOOQ", "3.12.3") { + library("jOOQ", "3.12.4") { group("org.jooq") { modules = [ "jooq",