From 28eca39a01bcb33e61e4a928162b577b2f928c14 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 07:16:53 -0700 Subject: [PATCH] Upgrade to jOOQ 3.19.22 Closes gh-45068 --- 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 d0c2b21e045..656d7951569 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -986,7 +986,7 @@ bom { ] } } - library("jOOQ", "3.19.21") { + library("jOOQ", "3.19.22") { group("org.jooq") { modules = [ "jooq",