Skip to content

Commit 61a6f4c

Browse files
committed
Upgrading to latest 2.5.x boot version
1 parent 03a4f82 commit 61a6f4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
immutablesVersion = "2.9.0"
2727
openServiceBrokerVersion = "3.4.1"
2828
pmdVersion = "6.29.0"
29-
springBootVersion = "2.5.8"
29+
springBootVersion = "2.5.11"
3030
springCredhubVersion = "2.2.0"
3131
springFrameworkVersion = "5.3.14"
3232
wiremockVersion = "2.27.2"

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.8"
18+
id 'org.springframework.boot' version "2.5.11"
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.8"
18+
id 'org.springframework.boot' version "2.5.11"
1919
}
2020

2121
description = "Spring Cloud App Broker Integration Tests"

0 commit comments

Comments
 (0)