Skip to content

Commit

Permalink
Update dependency org.slf4j:log4j-over-slf4j to v2.0.3 (#614)
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] committed Oct 18, 2022
1 parent 9643896 commit 1e410e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codyze-v2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ configurations.all {
dependencies {
// Logging
api("org.slf4j:slf4j-api:2.0.3") // e.g., exposed by de.fraunhofer.aisec.codyze.analysis.markevaluation.Evaluator
runtimeOnly("org.slf4j:log4j-over-slf4j:2.0.0") {
runtimeOnly("org.slf4j:log4j-over-slf4j:2.0.3") {
because("Needed for `xtext.parser.antlr`")
}
implementation("org.apache.logging.log4j:log4j-core:2.19.0") // used by main and test
Expand Down

0 comments on commit 1e410e1

Please sign in to comment.