From dff00fec7bc4c0519a85bc68f9d2dd2da73bf6c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 04:15:23 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.30 to 1.3.41 Bumps `kotlin_version` from 1.3.30 to 1.3.41. Updates `kotlin-gradle-plugin` from 1.3.30 to 1.3.41 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.41/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.30...v1.3.41) Updates `kotlin-stdlib-jdk8` from 1.3.30 to 1.3.41 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.41/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.30...v1.3.41) 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 8caa20b..c3ad30a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import net.researchgate.release.GitAdapter buildscript { - ext.kotlin_version = '1.3.30' + ext.kotlin_version = '1.3.41' ext.spring_version = '5.1.5.RELEASE' ext.jackson_version = '2.9.8' ext.thymeleaf_version = '3.0.11.RELEASE'