From 9fb3f8bed6df3af3aa34a4049976038e823a7605 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 13:33:28 +0100 Subject: [PATCH] Upgrade to jOOQ 3.17.16 Closes gh-37848 --- 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 b8885d573e..85692e916c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -660,7 +660,7 @@ bom { ] } } - library("jOOQ", "3.17.15") { + library("jOOQ", "3.17.16") { group("org.jooq") { modules = [ "jooq",