From 18781d70b4a31ef475ce2876e2e2e7559418e1e1 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Wed, 4 Jul 2018 11:12:10 +0200 Subject: [PATCH] Upgrade to Kotlin 1.2.51 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index eb76bbe99a..4f57bcd90c 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { // 3rd party plugin repositories can be configured in settings.gradle plugins { id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false - id "org.jetbrains.kotlin.jvm" version "1.2.50" apply false + id "org.jetbrains.kotlin.jvm" version "1.2.51" apply false id "org.jetbrains.dokka" version "0.9.17" id "org.asciidoctor.convert" version "1.5.7" } @@ -37,7 +37,7 @@ ext { junitPlatformVersion = "1.2.0" junitJupiterVersion = "5.2.0" junitVintageVersion = "5.2.0" - kotlinVersion = "1.2.50" + kotlinVersion = "1.2.51" log4jVersion = "2.11.0" nettyVersion = "4.1.25.Final" reactorVersion = "Californium-BUILD-SNAPSHOT" -- GitLab