From 3b20c67f029d005d92e2de29fb245f510916e1cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:30:19 +0200 Subject: [PATCH] Upgrade to jOOQ 3.14.16 Closes gh-31413 --- 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 0e660e5cdb..25fd0f391b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -952,7 +952,7 @@ bom { ] } } - library("jOOQ", "3.14.15") { + library("jOOQ", "3.14.16") { prohibit("[3.15.0,)") { because "it requires Java 11" }