updated spring boot to 2.2.1

* added a header as fragment
This commit is contained in:
2019-11-25 16:15:36 +01:00
parent 89748e7ef5
commit 6f6f705495
5 changed files with 50 additions and 1 deletions

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.10.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.1.RELEASE")
}
}