From 80c353b3c4a213f5f079da7c872806ff59400aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 13:39:16 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.23 Closes gh-45465 --- 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 3ce1121ca1..f9de284c1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1065,7 +1065,7 @@ bom { ] } } - library("jOOQ", "3.19.22") { + library("jOOQ", "3.19.23") { prohibit { versionRange "[3.20.0,)" because "it requires Java 21"