Skip to content

Commit

Permalink
Update all non-major dependencies (except core Kotlin) (#132)
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 13, 2024
1 parent 55f6926 commit adad16f
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 @@ -13,7 +13,7 @@ kotlinpoet = "1.16.0"
sarif4k = "0.6.0"
kotlin-logging = "3.0.5"
log4j = "2.23.1"
kotest = "5.8.1"
kotest = "5.9.0"

[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
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"
id("com.gradle.enterprise") version "3.17.3"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit adad16f

Please sign in to comment.