Skip to content

Commit cb6e5f2

Browse files
committed
Upgrade dependencies (Maven Install and Deploy plugin, Spring Retry)
- Maven Install Plugin: 3.1.2 -> 3.1.3 - Maven Deploy Plugin: 3.1.2 -> 3.1.3 - Spring Retry: 2.0.7 -> 2.0.8 Closes #41942 Closes #41943 Closes #41944
1 parent 137447f commit cb6e5f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ bom {
12101210
]
12111211
}
12121212
}
1213-
library("Maven Deploy Plugin", "3.1.2") {
1213+
library("Maven Deploy Plugin", "3.1.3") {
12141214
group("org.apache.maven.plugins") {
12151215
plugins = [
12161216
"maven-deploy-plugin"
@@ -1238,7 +1238,7 @@ bom {
12381238
]
12391239
}
12401240
}
1241-
library("Maven Install Plugin", "3.1.2") {
1241+
library("Maven Install Plugin", "3.1.3") {
12421242
group("org.apache.maven.plugins") {
12431243
plugins = [
12441244
"maven-install-plugin"
@@ -2081,7 +2081,7 @@ bom {
20812081
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
20822082
}
20832083
}
2084-
library("Spring Retry", "2.0.7") {
2084+
library("Spring Retry", "2.0.8") {
20852085
considerSnapshots()
20862086
group("org.springframework.retry") {
20872087
modules = [

0 commit comments

Comments
 (0)