Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
upgrade log4j to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson committed Dec 10, 2021
1 parent 20d8b5a commit 8bc9b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ libraries["slf4j-jdk14"] = "org.slf4j:slf4j-jdk14:${versions["slf4j"]}"

libraries["jcl-over-slf4j"] = "org.slf4j:jcl-over-slf4j:${versions["slf4j"]}"

versions["log4j"] = "2.13.3"
versions["log4j"] = "2.15.0"

libraries["log4j-api"] = "org.apache.logging.log4j:log4j-api:${versions["log4j"]}"

Expand Down

0 comments on commit 8bc9b94

Please sign in to comment.