From 58aed86154296a44eca07f55cff71dbb765eb70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 23:50:12 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.22 to 1.9.24 Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.24. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.24) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 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 6c25f19..742247d 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:1.3.5' implementation 'com.squareup.okio:okio-jvm:3.8.0' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22' - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.24' implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22' testImplementation 'junit:junit:4.13.2' }