From e3e4f37222e0fd9ab741dfaefda78b39e02c6939 Mon Sep 17 00:00:00 2001 From: sdeleuze Date: Tue, 19 Dec 2017 11:03:50 +0100 Subject: [PATCH] Upgrade to Kotlin 1.2.10 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4f2d69b199..81ac98d7d7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { plugins { id "com.gradle.build-scan" version "1.8" id "io.spring.dependency-management" version "1.0.3.RELEASE" apply false - id "org.jetbrains.kotlin.jvm" version "1.2.0" apply false + id "org.jetbrains.kotlin.jvm" version "1.2.10" apply false id "org.jetbrains.dokka" version "0.9.15" id "org.asciidoctor.convert" version "1.5.6" } @@ -50,7 +50,7 @@ configure(allprojects) { project -> ext.junitJupiterVersion = "5.0.2" ext.junitPlatformVersion = "1.0.2" ext.junitVintageVersion = "4.12.2" - ext.kotlinVersion = "1.2.0" + ext.kotlinVersion = "1.2.10" ext.log4jVersion = "2.10.0" ext.nettyVersion = "4.1.18.Final" ext.reactorVersion = "Bismuth-SR4"