Skip to content

Commit 7056808

Browse files
committed
Upgrade to Kotlin 1.2.61, RxJava 2.2.1, Tomcat 9.0.11
1 parent 9614817 commit 7056808

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
// 3rd party plugin repositories can be configured in settings.gradle
1212
plugins {
1313
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false
14-
id "org.jetbrains.kotlin.jvm" version "1.2.60" apply false
14+
id "org.jetbrains.kotlin.jvm" version "1.2.61" apply false
1515
id "org.jetbrains.dokka" version "0.9.17"
1616
id "org.asciidoctor.convert" version "1.5.7"
1717
}
@@ -35,16 +35,16 @@ ext {
3535
jackson2Version = "2.9.6"
3636
jettyVersion = "9.4.12.RC2"
3737
junit5Version = "5.3.0-RC1"
38-
kotlinVersion = "1.2.60"
38+
kotlinVersion = "1.2.61"
3939
log4jVersion = "2.11.1"
4040
nettyVersion = "4.1.28.Final"
4141
reactorVersion = "Californium-M2"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.0"
44+
rxjava2Version = "2.2.1"
4545
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.10"
47+
tomcatVersion = "9.0.11"
4848
undertowVersion = "2.0.13.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"

0 commit comments

Comments
 (0)