We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d7ab4 commit bb05ee7Copy full SHA for bb05ee7
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.5.RELEASE" apply false
14
- id "org.jetbrains.kotlin.jvm" version "1.3.20" apply false
+ id "org.jetbrains.kotlin.jvm" version "1.3.21" apply false
15
id "org.jetbrains.dokka" version "0.9.17"
16
id "org.asciidoctor.convert" version "1.5.8"
17
}
@@ -35,7 +35,7 @@ ext {
35
jackson2Version = "2.9.8"
36
jettyVersion = "9.4.14.v20181114"
37
junit5Version = "5.4.0-RC2"
38
- kotlinVersion = "1.3.20"
+ kotlinVersion = "1.3.21"
39
log4jVersion = "2.11.1"
40
nettyVersion = "4.1.33.Final"
41
reactorVersion = "Californium-SR4"
0 commit comments