From b7378565b0fec37954b2d239c57972ef576fe1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 12 Jun 2025 21:32:30 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.24 Closes gh-45944 --- 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 273ab636cc3..609bf02a141 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1075,7 +1075,7 @@ bom { ] } } - library("jOOQ", "3.19.23") { + library("jOOQ", "3.19.24") { prohibit { versionRange "[3.20.0,)" because "it requires Java 21"