From 3276c977e354aa6c9d41cfa8f5be79c6363af8b9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 10:10:00 +0200 Subject: [PATCH] Upgrade to jOOQ 3.14.14 Closes gh-27956 --- 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 a865215436e..95a037e07ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -833,7 +833,7 @@ bom { ] } } - library("jOOQ", "3.14.13") { + library("jOOQ", "3.14.14") { group("org.jooq") { modules = [ "jooq",