From 1a49de3204a3f8adc4f8424cbc42dd83eddae060 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Wed, 15 Mar 2017 17:04:43 +0100 Subject: [PATCH] Upgrade to Kotlin 1.1.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 92c27b2721f..feb4a1f884d 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { classpath("io.spring.gradle:propdeps-plugin:0.0.8") classpath("io.spring.gradle:docbook-reference-plugin:0.3.1") classpath("org.asciidoctor:asciidoctor-gradle-plugin:1.5.3") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.0") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.1") } } @@ -70,7 +70,7 @@ configure(allprojects) { project -> ext.junitVersion = "4.12" ext.junitJupiterVersion = '5.0.0-M3' ext.junitPlatformVersion = '1.0.0-M3' - ext.kotlinVersion = "1.1.0" // also change kotlin-gradle-plugin version when upgrading + ext.kotlinVersion = "1.1.1" // also change kotlin-gradle-plugin version when upgrading ext.log4jVersion = '2.8.1' ext.nettyVersion = "4.1.9.Final" ext.okhttp3Version = "3.6.0"