From 242afe1dcfa32262bf347af84e7c1a6fa28c669a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:06:35 +0100 Subject: [PATCH 1/5] Upgrade to Jaybird 5.0.5.java11 Closes gh-41127 --- 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 af37812178e..53ec2330375 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -636,7 +636,7 @@ bom { ] } } - library("Jaybird", "5.0.4.java11") { + library("Jaybird", "5.0.5.java11") { group("org.firebirdsql.jdbc") { modules = [ "jaybird" From 3c99f2e5be6f1ed00b4fec04cfbe0b447c6f32b9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:06:40 +0100 Subject: [PATCH 2/5] Upgrade to jOOQ 3.18.17 Closes gh-41128 --- 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 53ec2330375..6cd40282aea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -697,7 +697,7 @@ bom { ] } } - library("jOOQ", "3.18.16") { + library("jOOQ", "3.18.17") { group("org.jooq") { modules = [ "jooq", From 7de738041edc39d5a0e2562767b46e356be47389 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:06:45 +0100 Subject: [PATCH 3/5] Upgrade to Pulsar Reactive 0.5.6 Closes gh-41129 --- 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 6cd40282aea..d47ad96ccd2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1271,7 +1271,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.5") { + library("Pulsar Reactive", "0.5.6") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter", From 10dcdccbe175197df6ffdad286bd6dc31fdb3e5c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:06:45 +0100 Subject: [PATCH 4/5] Upgrade to Spring Data Bom 2023.1.7 Closes gh-41018 --- 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 d47ad96ccd2..ee262de15ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1574,7 +1574,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.7-SNAPSHOT") { + library("Spring Data Bom", "2023.1.7") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From beafbe5125d4854fb66ba825b9906e3efeb93b26 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:06:46 +0100 Subject: [PATCH 5/5] Upgrade to Spring LDAP 3.2.4 Closes gh-41023 --- 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 ee262de15ce..dd2f3a413b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring LDAP", "3.2.4-SNAPSHOT") { + library("Spring LDAP", "3.2.4") { considerSnapshots() group("org.springframework.ldap") { modules = [