Skip to content

Commit

Permalink
Merge branch 'main' into fw/dep-transition-kotlin-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fwendland authored Oct 4, 2023
2 parents 23ce18d + 4fc0bec commit 40cffad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cpg = "7.1.2"
koin = "3.5.0"
koin-test = "3.5.0"
detekt = "1.23.1"
spotless = "6.21.0"
spotless = "6.22.0"
dokka = "1.9.0"


Expand All @@ -30,7 +30,7 @@ cpg-language-java = { module = "de.fraunhofer.aisec:cpg-language-java", version.

kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "5.1.0" }
log4j-impl = { module = "org.apache.logging.log4j:log4j-slf4j18-impl", version = "2.18.0"}
clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.0"}
clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.1"}
koin = { module = "io.insert-koin:koin-core", version.ref = "koin"}
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin-test"}
koin-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin-test"}
Expand Down

0 comments on commit 40cffad

Please sign in to comment.