Skip to content

Commit b76ef4b

Browse files
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](JetBrains/kotlin@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] <support@github.com>
1 parent 9068543 commit b76ef4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation("androidx.legacy:legacy-support-v4:1.0.0")
5151
implementation("androidx.appcompat:appcompat:1.7.1")
5252
implementation("com.google.android.material:material:1.13.0")
53-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.10")
53+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.20")
5454

5555
androidTestImplementation("androidx.test.ext:junit-ktx:1.2.1")
5656
androidTestUtil("androidx.test.services:test-services:1.6.0")

githubAppUpdate/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ base {
3030
}
3131

3232
dependencies {
33-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.10")
33+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.20")
3434
implementation("com.google.code.gson:gson:2.13.2")
3535
implementation("androidx.work:work-runtime-ktx:2.11.1")
3636

0 commit comments

Comments
 (0)