Skip to content

Commit

Permalink
Update all non-major dependencies (except core Kotlin) (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent adad16f commit 63795f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ okio-extras = "1.1.3"
serialization = "1.6.3"
diktat = "1.2.5"
kotlinx-cli = "0.3.6"
kotlinx-datetime = "0.5.0"
kotlinx-datetime = "0.6.0"
kotlinx-coroutines = "1.6.3-native-mt"
junit = "5.10.2"
multiplatform-diff = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rootProject.name = "sarifutils"
include("fixpatches")

plugins {
id("com.gradle.enterprise") version "3.17.3"
id("com.gradle.enterprise") version "3.17.4"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 63795f7

Please sign in to comment.