Skip to content

Commit 3a29c80

Browse files
committed
Upgrading boot to 2.6.6
1 parent 6f0896b commit 3a29c80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ buildscript {
2626
immutablesVersion = "2.9.0"
2727
openServiceBrokerVersion = "3.5.0"
2828
pmdVersion = "6.29.0"
29-
springBootVersion = "2.6.5"
29+
springBootVersion = "2.6.6"
3030
springCredhubVersion = "2.2.0"
31-
springFrameworkVersion = "5.3.14"
31+
springFrameworkVersion = "5.3.18"
3232
wiremockVersion = "2.27.2"
3333
}
3434
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id 'org.springframework.boot' version "2.6.5"
3+
id 'org.springframework.boot' version "2.6.6"
44
}
55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)