From 33725763e3efc77237bba34167da6fe6950d8a16 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 12:20:52 -0700 Subject: [PATCH] Upgrade to jOOQ 3.19.22 Closes gh-45078 --- 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 a3bc960c6c..8e8a887115 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1003,7 +1003,7 @@ bom { ] } } - library("jOOQ", "3.19.21") { + library("jOOQ", "3.19.22") { group("org.jooq") { modules = [ "jooq",