update to kotlin 1.3.31 and spring boot 2.1.4

This commit is contained in:
Jannik 2019-05-03 22:47:16 +02:00
parent aa48668af1
commit 387a8e0782
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
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'
}

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip