update to kotlin 1.3.31 and spring boot 2.1.4

This commit is contained in:
2019-05-03 22:47:16 +02:00
parent aa48668af1
commit 387a8e0782
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
buildscript {
ext.kotlin_version = '1.3.21'
ext.spring_boot_version = '2.1.3.RELEASE'
ext.kotlin_version = '1.3.31'
ext.spring_boot_version = '2.1.4.RELEASE'
repositories {
jcenter()
@ -26,7 +26,7 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1"
implementation 'org.jsoup:jsoup:1.11.3'
implementation 'org.springframework.boot:spring-boot-starter-web'
}