Skip to content

Commit f3c7755

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlin-stdlib-jdk8 from 1.7.0 to 1.7.10
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.7.0 to 1.7.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/commits) --- 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] <support@github.com>
1 parent 816fc72 commit f3c7755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
}
6464
}
6565
}
66-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0")
66+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10")
6767
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3")
6868
implementation("com.squareup.moshi:moshi:1.13.0")
6969
implementation("com.squareup.okhttp3:okhttp:4.10.0")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val dependencyVersions = listOf(
2020
"org.jetbrains.kotlin:kotlin-stdlib:1.7.10",
2121
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10",
2222
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10",
23-
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0",
23+
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10",
2424
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3",
2525
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4",
2626
"org.junit:junit-bom:5.8.2",

0 commit comments

Comments
 (0)