Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v1.9.23 (#…
Browse files Browse the repository at this point in the history
…136)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent cfe281a commit 9e93495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timeouts-enforcer-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23")
}

tasks {
Expand Down

0 comments on commit 9e93495

Please sign in to comment.