From 7ace353e22f805877ee83d96a760b32df733de97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 11:11:55 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 2.3.10 to 2.3.20 Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 2.3.10 to 2.3.20. - [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.3.10...v2.3.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- githubAppUpdate/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6cd4e1d..d9ccaba 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { implementation("androidx.legacy:legacy-support-v4:1.0.0") implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.material:material:1.13.0") - implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.10") + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.20") androidTestImplementation("androidx.test.ext:junit-ktx:1.2.1") androidTestUtil("androidx.test.services:test-services:1.6.0") diff --git a/githubAppUpdate/build.gradle.kts b/githubAppUpdate/build.gradle.kts index 8013cd7..fec517d 100644 --- a/githubAppUpdate/build.gradle.kts +++ b/githubAppUpdate/build.gradle.kts @@ -30,7 +30,7 @@ base { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.10") + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.20") implementation("com.google.code.gson:gson:2.13.2") implementation("androidx.work:work-runtime-ktx:2.11.2")