From 73e1df24ddec0c8cb4bd806b73611d8ad34c8d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 12 Mar 2025 09:11:10 +0100 Subject: [PATCH] Prohibit upgrades to jOOQ 3.20.0 Closes gh-44372 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index fc13686bda..dad38f629a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1054,6 +1054,10 @@ bom { } } library("jOOQ", "3.19.21") { + prohibit { + versionRange "[3.20.0.0,)" + because "it requires Java 21" + } group("org.jooq") { modules = [ "jooq",