Skip to content

Commit b5ed966

Browse files
committed
Upgrading boot to 2.5.12
1 parent 346cb7f commit b5ed966

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ buildscript {
2626
immutablesVersion = "2.9.0"
2727
openServiceBrokerVersion = "3.4.1"
2828
pmdVersion = "6.29.0"
29-
springBootVersion = "2.5.11"
29+
springBootVersion = "2.5.12"
3030
springCredhubVersion = "2.2.0"
31-
springFrameworkVersion = "5.3.14"
31+
springFrameworkVersion = "5.3.18"
3232
wiremockVersion = "2.27.2"
3333
}
3434
}

spring-cloud-app-broker-acceptance-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
plugins {
18-
id 'org.springframework.boot' version "2.5.11"
18+
id 'org.springframework.boot' version "2.5.12"
1919
}
2020

2121
description = "Spring Cloud App Broker Acceptance Tests"

spring-cloud-app-broker-integration-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
plugins {
18-
id 'org.springframework.boot' version "2.5.11"
18+
id 'org.springframework.boot' version "2.5.12"
1919
}
2020

2121
description = "Spring Cloud App Broker Integration Tests"

0 commit comments

Comments
 (0)