From 23f2eec5fca79b6962ebc48beac61bd2a01e8e6c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Feb 2026 12:42:29 +0000 Subject: [PATCH] Upgrade to jOOQ 3.19.30 Closes gh-49103 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index f31b319c65f..2b1d6e21fcb 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1061,7 +1061,7 @@ bom { ] } } - library("jOOQ", "3.19.29") { + library("jOOQ", "3.19.30") { prohibit { versionRange "[3.20.0,)" because "it requires Java 21"