diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7e9787aae4c4..e1b33c1e9728 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1210,7 +1210,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" @@ -1238,7 +1238,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" @@ -2081,7 +2081,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 = [