We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77da40f commit d53cbb6Copy full SHA for d53cbb6
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
plugins {
8
id 'io.spring.dependency-management' version '1.0.7.RELEASE' apply false
9
- id 'org.jetbrains.kotlin.jvm' version '1.3.41' apply false
+ id 'org.jetbrains.kotlin.jvm' version '1.3.50' apply false
10
id 'org.jetbrains.dokka' version '0.9.18' apply false
11
id 'org.asciidoctor.convert' version '1.5.8'
12
id 'io.spring.nohttp' version '0.0.3.RELEASE'
@@ -26,7 +26,7 @@ ext {
26
jackson2Version = "2.9.9"
27
jettyVersion = "9.4.19.v20190610"
28
junit5Version = "5.5.1"
29
- kotlinVersion = "1.3.41"
+ kotlinVersion = "1.3.50"
30
log4jVersion = "2.12.0"
31
nettyVersion = "4.1.38.Final"
32
reactorVersion = "Dysprosium-M3"
0 commit comments