Skip to content

Commit 6f3ef19

Browse files
committed
Upgrading to boot 2.6.3
1 parent a6a7e30 commit 6f3ef19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
immutablesVersion = "2.9.0"
2727
openServiceBrokerVersion = "3.4.1"
2828
pmdVersion = "6.29.0"
29-
springBootVersion = "2.6.2"
29+
springBootVersion = "2.6.3"
3030
springCredhubVersion = "2.2.0"
3131
springFrameworkVersion = "5.3.14"
3232
wiremockVersion = "2.27.2"

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.2"
3+
id 'org.springframework.boot' version "2.6.3"
44
}
55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)