Skip to content

Commit 5b64b52

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 2.2.20 to 2.3.0
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 2.2.20 to 2.3.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7a40b7 commit 5b64b52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LogcatCoreLib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
}
2929

3030
dependencies {
31-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.20")
31+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.0")
3232
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
3333
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0")
3434
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.10.0")

LogcatCoreUI/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
dependencies {
3232
api(project(":LogcatCoreLib"))
3333
implementation("androidx.core:core-ktx:1.17.0")
34-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.20")
34+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.0")
3535
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
3636
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0")
3737
implementation("androidx.recyclerview:recyclerview:1.4.0")

0 commit comments

Comments
 (0)