From 28673a2d562f6d296f32a52e2a62fe6669968553 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 04:14:34 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.41 to 1.3.50 Bumps `kotlin_version` from 1.3.41 to 1.3.50. Updates `kotlin-gradle-plugin` from 1.3.41 to 1.3.50 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.50/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.41...v1.3.50) Updates `kotlin-stdlib-jdk8` from 1.3.41 to 1.3.50 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.50/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.41...v1.3.50) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 11561bc..83b9784 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import net.researchgate.release.GitAdapter buildscript { - ext.kotlin_version = '1.3.41' + ext.kotlin_version = '1.3.50' ext.spring_version = '5.1.5.RELEASE' ext.jackson_version = '2.9.8' ext.thymeleaf_version = '3.0.11.RELEASE'