From eacab5ca51d78176e66bf49c849513f7ec435811 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 10:41:04 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.41 to 1.5.21 Bumps `kotlin_version` from 1.3.41 to 1.5.21. Updates `kotlin-gradle-plugin` from 1.3.41 to 1.5.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-stdlib` from 1.3.41 to 1.5.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Signed-off-by: dependabot-preview[bot] --- xml-cvs-parser/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 xml-cvs-parser/build.gradle diff --git a/xml-cvs-parser/build.gradle b/xml-cvs-parser/build.gradle old mode 100755 new mode 100644 index ae446ee..b3ba6d3 --- a/xml-cvs-parser/build.gradle +++ b/xml-cvs-parser/build.gradle @@ -2,7 +2,7 @@ group 'xmlCvsParser' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.3.41' + ext.kotlin_version = '1.5.21' repositories { mavenCentral()