updated spring_boot 2.1.0 -> 2.1.3

This commit is contained in:
Jannik 2019-04-03 12:29:06 +02:00
parent 8dd385e52a
commit a3a705d1d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
buildscript { buildscript {
ext.kotlin_version = '1.3.21' ext.kotlin_version = '1.3.21'
ext.spring_boot_version = '2.1.0.RELEASE' ext.spring_boot_version = '2.1.3.RELEASE'
repositories { repositories {
jcenter() jcenter()