From 2b461892c332623a3e181a72abcc98aa548b2628 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:12:47 +0200 Subject: [PATCH 1/4] Upgrade to Hazelcast 5.1.6 Closes gh-35427 --- 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 551d8b9610..b14bacd2f6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -321,7 +321,7 @@ bom { ] } } - library("Hazelcast", "5.1.5") { + library("Hazelcast", "5.1.6") { group("com.hazelcast") { modules = [ "hazelcast", From db222dfd0f8c1b82730bb1f832a821b6af74295d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:12:52 +0200 Subject: [PATCH 2/4] Upgrade to jOOQ 3.17.13 Closes gh-35428 --- 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 b14bacd2f6..42ef10f14a 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.12") { + library("jOOQ", "3.17.13") { group("org.jooq") { modules = [ "jooq", From cf0e6822fc6f5fa898525363a40b07bcfac920d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:12:57 +0200 Subject: [PATCH 3/4] Upgrade to SAAJ Impl 3.0.2 Closes gh-35429 --- 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 42ef10f14a..1fe6d56140 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1258,7 +1258,7 @@ bom { ] } } - library("SAAJ Impl", "3.0.1") { + library("SAAJ Impl", "3.0.2") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl" From ac8a756485ffc2be528ee91986349b94df0b6fe8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:12:57 +0200 Subject: [PATCH 4/4] Upgrade to Spring Kafka 3.0.7 Closes gh-35375 --- 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 1fe6d56140..97b25c6022 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.7-SNAPSHOT") { + library("Spring Kafka", "3.0.7") { group("org.springframework.kafka") { modules = [ "spring-kafka",