Upgrading spring boot to latest
This commit is contained in:
@@ -26,7 +26,7 @@ buildscript {
|
||||
immutablesVersion = "2.8.9-ea-1"
|
||||
openServiceBrokerVersion = "3.4.1"
|
||||
pmdVersion = "6.29.0"
|
||||
springBootVersion = "2.5.8"
|
||||
springBootVersion = "2.6.2"
|
||||
springCredhubVersion = "2.2.0"
|
||||
springFrameworkVersion = "5.3.14"
|
||||
wiremockVersion = "2.27.2"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version "2.5.8"
|
||||
id 'org.springframework.boot' version "2.6.2"
|
||||
}
|
||||
|
||||
description = "Spring Cloud App Broker Acceptance Tests"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version "2.5.8"
|
||||
id 'org.springframework.boot' version "2.6.2"
|
||||
}
|
||||
|
||||
description = "Spring Cloud App Broker Integration Tests"
|
||||
|
||||
Reference in New Issue
Block a user