We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a7e30 commit 6f3ef19Copy full SHA for 6f3ef19
build.gradle
@@ -26,7 +26,7 @@ buildscript {
26
immutablesVersion = "2.9.0"
27
openServiceBrokerVersion = "3.4.1"
28
pmdVersion = "6.29.0"
29
- springBootVersion = "2.6.2"
+ springBootVersion = "2.6.3"
30
springCredhubVersion = "2.2.0"
31
springFrameworkVersion = "5.3.14"
32
wiremockVersion = "2.27.2"
settings.gradle
@@ -1,6 +1,6 @@
1
pluginManagement {
2
plugins {
3
- id 'org.springframework.boot' version "2.6.2"
+ id 'org.springframework.boot' version "2.6.3"
4
}
5
repositories {
6
mavenCentral()
0 commit comments