Skip to content

Commit

Permalink
Update dependency org.apache.logging.log4j:log4j-slf4j18-impl to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 10, 2021
1 parent 7859424 commit f8b1503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:1.8.0-beta4") // ok
api("org.slf4j:log4j-over-slf4j:1.8.0-beta4") // needed for xtext.parser.antlr
api("org.apache.logging.log4j:log4j-core:2.14.1") // impl in main; used only in test
runtimeOnly("org.apache.logging.log4j:log4j-slf4j18-impl:2.14.1")
runtimeOnly("org.apache.logging.log4j:log4j-slf4j18-impl:2.15.0")

// will be a transitive dependency after CPG beta.3
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
Expand Down

0 comments on commit f8b1503

Please sign in to comment.