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 6f0896b commit 3a29c80Copy full SHA for 3a29c80
build.gradle
@@ -26,9 +26,9 @@ buildscript {
26
immutablesVersion = "2.9.0"
27
openServiceBrokerVersion = "3.5.0"
28
pmdVersion = "6.29.0"
29
- springBootVersion = "2.6.5"
+ springBootVersion = "2.6.6"
30
springCredhubVersion = "2.2.0"
31
- springFrameworkVersion = "5.3.14"
+ springFrameworkVersion = "5.3.18"
32
wiremockVersion = "2.27.2"
33
}
34
settings.gradle
@@ -1,6 +1,6 @@
1
pluginManagement {
2
plugins {
3
- id 'org.springframework.boot' version "2.6.5"
+ id 'org.springframework.boot' version "2.6.6"
4
5
repositories {
6
mavenCentral()
0 commit comments