Upgrade to Kotlin Coroutines 1.3.5 (and Checkstyle 8.30)

This commit is contained in:
Juergen Hoeller 2020-03-18 18:38:43 +01:00
parent e7329271fa
commit c2149e38fc
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ configure(allprojects) { project ->
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC6" mavenBom "io.rsocket:rsocket-bom:1.0.0-RC6"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.27.v20200227" mavenBom "org.eclipse.jetty:jetty-bom:9.4.27.v20200227"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.70" mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.70"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.2" mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
mavenBom "org.junit:junit-bom:5.6.0" mavenBom "org.junit:junit-bom:5.6.0"
} }
dependencies { dependencies {
@ -326,7 +326,7 @@ configure([rootProject] + javaProjects) { project ->
} }
checkstyle { checkstyle {
toolVersion = "8.29" toolVersion = "8.30"
configDir = rootProject.file("src/checkstyle") configDir = rootProject.file("src/checkstyle")
} }