Skip to content

Commit

Permalink
Fix for log4j issue (#106)
Browse files Browse the repository at this point in the history
* fix(LOKI-3894): Updated log4j version to a safer one

* Update log4j dependency to latest version for security reasons

Co-authored-by: Stephen Wink <[email protected]>
  • Loading branch information
SteveWink and Stephen Wink authored Dec 15, 2021
1 parent 842a298 commit 2836583
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 @@ -48,7 +48,7 @@ dependencies {
implementation('org.slf4j:slf4j-api:1.7.25')

testImplementation("com.google.guava:guava:25.1-jre")
testImplementation('org.apache.logging.log4j:log4j-core:2.11.2')
testImplementation('org.apache.logging.log4j:log4j-core:2.16.0')
testImplementation('junit:junit:4.12')
testImplementation('org.assertj:assertj-core:3.12.2')
testImplementation('org.mockito:mockito-core:2.25.1')
Expand Down

0 comments on commit 2836583

Please sign in to comment.