From 24a97706d0a6077a0d4153dc5edbb2492a8b95a4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Jan 2023 12:04:25 +0000 Subject: [PATCH] Upgrade to jOOQ 3.17.7 Closes gh-33902 --- 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 e95de89613..94e74ef0ea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -658,7 +658,7 @@ bom { ] } } - library("jOOQ", "3.17.6") { + library("jOOQ", "3.17.7") { group("org.jooq") { modules = [ "jooq",