We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521539b commit cfb4148Copy full SHA for cfb4148
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
// 3rd party plugin repositories can be configured in settings.gradle
12
plugins {
13
id "io.spring.dependency-management" version "1.0.7.RELEASE" apply false
14
- id "org.jetbrains.kotlin.jvm" version "1.3.31" apply false
+ id "org.jetbrains.kotlin.jvm" version "1.3.40" apply false
15
id "org.jetbrains.dokka" version "0.9.18"
16
id "org.asciidoctor.convert" version "1.5.8"
17
}
@@ -36,7 +36,7 @@ ext {
36
jackson2Version = "2.9.9"
37
jettyVersion = "9.4.18.v20190429"
38
junit5Version = "5.5.0-RC1"
39
- kotlinVersion = "1.3.31"
+ kotlinVersion = "1.3.40"
40
log4jVersion = "2.11.2"
41
nettyVersion = "4.1.36.Final"
42
reactorVersion = "Dysprosium-M2"
0 commit comments