From fbef309fd738c55a9f8d007a1cb98dcaedc262bc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:45 +0200 Subject: [PATCH] Upgrade to jOOQ 3.14.14 Closes gh-28012 --- 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 d40ba237a8a..02d3930f4c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -931,7 +931,7 @@ bom { ] } } - library("jOOQ", "3.14.13") { + library("jOOQ", "3.14.14") { prohibit("[3.15.0,)") { because "it requires Java 11" }