Skip to content

Commit 9ac9105

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

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

settings.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
pluginManagement {
2+
plugins {
3+
id 'org.springframework.boot' version "2.6.2"
4+
}
5+
repositories {
6+
mavenCentral()
7+
maven { url "https://repo.spring.io/release" }
8+
maven { url "https://plugins.gradle.org/m2/" }
9+
}
10+
}
11+
112
rootProject.name = "spring-cloud-app-broker"
213

314
include "spring-cloud-app-broker-deployer"

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

2121
description = "Spring Cloud App Broker Integration Tests"

0 commit comments

Comments
 (0)