Skip to content

Commit

Permalink
Update log4j2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Dec 16, 2021
1 parent a3c499c commit c773970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation 'org.apache.opennlp:opennlp-tools:1.9.4'

// the yaml tests require a log4j2 dependency, otherwise a dependency is thrown on startup
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.11.1'
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.16.0'
}

testClusters.all {
Expand Down

0 comments on commit c773970

Please sign in to comment.