From 8b25a7aed622337d1b4c619a937bfa7c4288694a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 17:48:56 +0200 Subject: [PATCH 1/4] Upgrade to Maven Deploy Plugin 3.1.3 Closes gh-41942 --- 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 d178e5c327..7be7e6840e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1189,7 +1189,7 @@ bom { ] } } - library("Maven Deploy Plugin", "3.1.2") { + library("Maven Deploy Plugin", "3.1.3") { group("org.apache.maven.plugins") { plugins = [ "maven-deploy-plugin" From bb23e111340dffcbf1b2ef847314071931f739d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 17:49:00 +0200 Subject: [PATCH 2/4] Upgrade to Maven Install Plugin 3.1.3 Closes gh-41943 --- 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 7be7e6840e..190f3b96cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1217,7 +1217,7 @@ bom { ] } } - library("Maven Install Plugin", "3.1.2") { + library("Maven Install Plugin", "3.1.3") { group("org.apache.maven.plugins") { plugins = [ "maven-install-plugin" From c2eec20f0c797aeecd02833e574e5baf2863a58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 17:49:01 +0200 Subject: [PATCH 3/4] Upgrade to Spring Data Bom 2024.0.3 Closes gh-41737 --- 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 190f3b96cb..d06ab415eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1948,7 +1948,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.3-SNAPSHOT") { + library("Spring Data Bom", "2024.0.3") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From dd5eb313546b6c8f36de191d1c05d4549a5fabca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 17:49:05 +0200 Subject: [PATCH 4/4] Upgrade to Spring Retry 2.0.8 Closes gh-41944 --- 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 d06ab415eb..712760dab3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2090,7 +2090,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Retry", "2.0.7") { + library("Spring Retry", "2.0.8") { considerSnapshots() group("org.springframework.retry") { modules = [