Upgrading spring boot to latest
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
pluginManagement {
|
||||
plugins {
|
||||
id 'org.springframework.boot' version "2.6.2"
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "spring-cloud-app-broker"
|
||||
|
||||
include "spring-cloud-app-broker-deployer"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version "2.6.2"
|
||||
id 'org.springframework.boot'
|
||||
}
|
||||
|
||||
description = "Spring Cloud App Broker Acceptance Tests"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version "2.6.2"
|
||||
id 'org.springframework.boot'
|
||||
}
|
||||
|
||||
description = "Spring Cloud App Broker Integration Tests"
|
||||
|
||||
Reference in New Issue
Block a user