From 9dc79982e2c1dd509e36f98cefc960021b2a9c3c Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Mon, 30 Apr 2018 10:48:23 +0200 Subject: [PATCH] Upgrade to Kotlin 1.2.41 Fixes KT-23973 critical regression --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 511a735744..d7ce026aed 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.40" apply false + id "org.jetbrains.kotlin.jvm" version "1.2.41" apply false id "org.jetbrains.dokka" version "0.9.16" id "org.asciidoctor.convert" version "1.5.6" } @@ -50,7 +50,7 @@ configure(allprojects) { project -> ext.junitJupiterVersion = "5.0.3" ext.junitPlatformVersion = "1.0.3" ext.junitVintageVersion = "4.12.3" - ext.kotlinVersion = "1.2.40" + ext.kotlinVersion = "1.2.41" ext.log4jVersion = "2.11.0" ext.nettyVersion = "4.1.24.Final" ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"