From bae0a081fe00562aae3384588c237af53fc1f07a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 12:45:50 +0100 Subject: [PATCH] Upgrade to jOOQ 3.14.13 Closes gh-27402 --- 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 6b4e29acb6..c38367902d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -942,7 +942,7 @@ bom { ] } } - library("jOOQ", "3.14.12") { + library("jOOQ", "3.14.13") { prohibit("[3.15.0,)") { because "it requires Java 11" }