From 774b0897cf5e0da0fdf19c4381a435477061a064 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 04:49:13 +0000 Subject: [PATCH] Bump versions.kotlin from 1.3.21 to 1.5.21 Bumps `versions.kotlin` from 1.3.21 to 1.5.21. Updates `kotlin-gradle-plugin` from 1.3.21 to 1.5.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.21...v1.5.21) Updates `kotlin-stdlib-jdk8` from 1.3.21 to 1.5.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.21...v1.5.21) 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 149724f..2c403b7 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { versions = [:] versions.guava = '13.0.1' versions.junit = '4.13' - versions.kotlin = '1.3.21' + versions.kotlin = '1.5.21' versions.lint = '22.2.0' versions.mockito = '1.9.5' versions.simplexml = '2.7.1'