Skip to content

Commit

Permalink
Update all non-major dependencies (except core Kotlin) (#36)
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 Feb 6, 2023
1 parent 810ccc0 commit 7cf2ba4
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 @@ -10,7 +10,7 @@ junit = "5.9.2"
multiplatform-diff = "0.4.0"
kotlinpoet = "1.12.0"
sarif4k = "0.3.0"
kotlin-logging = "3.0.4"
kotlin-logging = "3.0.5"
log4j = "2.19.0"

[plugins]
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.12.2"
id("com.gradle.enterprise") version "3.12.3"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 7cf2ba4

Please sign in to comment.