Skip to content

Commit

Permalink
Update dependency org.apache.logging.log4j:log4j-core to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2022
1 parent 299cfc5 commit 09fe94e
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 @@ -98,7 +98,7 @@ dependencies {
// Logging
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.17.2") // impl in main; used only in test
api("org.apache.logging.log4j:log4j-core:2.18.0") // impl in main; used only in test
runtimeOnly("org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0")

// pull in explicitly to prevent mixing versions
Expand Down

0 comments on commit 09fe94e

Please sign in to comment.