Skip to content

Commit fda5291

Browse files
committed
Upgrading spring boot to latest
1 parent b569927 commit fda5291

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.8.9-ea-1"
2727
openServiceBrokerVersion = "3.4.1"
2828
pmdVersion = "6.29.0"
29-
springBootVersion = "2.5.8"
29+
springBootVersion = "2.6.2"
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.6.2"
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.6.2"
1919
}
2020

2121
description = "Spring Cloud App Broker Integration Tests"

0 commit comments

Comments
 (0)