Upgrading spring boot to latest

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

View File

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

View File

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

View File

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