From 21bd505c226f2c8449470f7743952b29f280aeb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:15 +0000 Subject: [PATCH 1/6] Upgrade to Jedis 4.3.2 Closes gh-34698 --- 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 130bda6a38..6fa673303b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -623,7 +623,7 @@ bom { ] } } - library("Jedis", "4.3.1") { + library("Jedis", "4.3.2") { group("redis.clients") { modules = [ "jedis" From dc96511b660b42a4ecbc9b7d5962d0e1b811249d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:22 +0000 Subject: [PATCH 2/6] Upgrade to jOOQ 3.17.10 Closes gh-34699 --- 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 6fa673303b..3544dc8ad1 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.9") { + library("jOOQ", "3.17.10") { group("org.jooq") { modules = [ "jooq", From c5b352bd2e2f21f5afab5be995e0c148f539f34c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:22 +0000 Subject: [PATCH 3/6] Upgrade to Spring AMQP 3.0.3 Closes gh-34608 --- 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 3544dc8ad1..60285cd4e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Spring AMQP", "3.0.3-SNAPSHOT") { + library("Spring AMQP", "3.0.3") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 11e7df66b98d4d65a9e6eecb8121799fe70570e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:23 +0000 Subject: [PATCH 4/6] Upgrade to Spring GraphQL 1.1.3 Closes gh-34541 --- 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 60285cd4e2..1bcbd21c9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.3-SNAPSHOT") { + library("Spring GraphQL", "1.1.3") { group("org.springframework.graphql") { modules = [ "spring-graphql", From 7f860d20cf8c843aef15488d7f2252561c9a9d13 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:24 +0000 Subject: [PATCH 5/6] Upgrade to Spring Kafka 3.0.5 Closes gh-34543 --- 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 1bcbd21c9e..6595d10fb7 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.5-SNAPSHOT") { + library("Spring Kafka", "3.0.5") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 174103c7470f5fc814a50f76cd4aa625ef007d94 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:24 +0000 Subject: [PATCH 6/6] Upgrade to Spring Session 3.0.1 Closes gh-34545 --- 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 6595d10fb7..a30904ffca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Spring Session", "3.0.1-SNAPSHOT") { + library("Spring Session", "3.0.1") { prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) because "Spring Session switched to numeric version numbers"