update to spring boot 2.1.11

This commit is contained in:
Jannik 2019-12-12 14:25:13 +01:00
parent 4ca79e6540
commit b428840df7
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
buildscript {
ext.kotlin_version = '1.3.60'
ext.spring_boot_version = '2.1.10.RELEASE'
ext.spring_boot_version = '2.1.11.RELEASE'
repositories {
jcenter()