Upgrading spring boot to latest

This commit is contained in:
Alberto C. Ríos
2022-01-14 15:15:46 +01:00
parent fda5291f45
commit 9ac91051ff
3 changed files with 13 additions and 2 deletions

View File

@@ -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"

View File

@@ -15,7 +15,7 @@
*/
plugins {
id 'org.springframework.boot' version "2.6.2"
id 'org.springframework.boot'
}
description = "Spring Cloud App Broker Acceptance Tests"

View File

@@ -15,7 +15,7 @@
*/
plugins {
id 'org.springframework.boot' version "2.6.2"
id 'org.springframework.boot'
}
description = "Spring Cloud App Broker Integration Tests"