From 46e18930fb410eac4f4ce540ab8ec65e20496839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 04:05:24 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.0.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 29a2cbd..3d397cd 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ java { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.10" testImplementation "com.natpryce:hamkrest:1.8.0.1" testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:2.0.0' testImplementation 'junit:junit:4.13.2'