Skip to content

Commit

Permalink
Update Bazel Common's log4j2 version to the latest patch release of 2…
Browse files Browse the repository at this point in the history
….17 (2.17.2).

PiperOrigin-RevId: 572925272
  • Loading branch information
cgdecker authored and Google Java Core Libraries committed Oct 12, 2023
1 parent e971c31 commit 10f9f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workspace_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -532,22 +532,22 @@ def google_common_workspace_rules():
sha256 = "9f5f5799707881451a39c1b2dd22b4e43b97a80698db7daf1c9697f545e24387",
)

LOG4J2_VERSION = "2.17.0"
LOG4J2_VERSION = "2.17.2"

maven_import(
group_id = "org.apache.logging.log4j",
artifact_id = "log4j-api",
version = LOG4J2_VERSION,
licenses = ["notice"],
sha256 = "ab9cadc80e234580e3f3c8c18644314fccd4b3cd3f7085d4e934866cb561b95d",
sha256 = "09351b5a03828f369cdcff76f4ed39e6a6fc20f24f046935d0b28ef5152f8ce4",
)

maven_import(
group_id = "org.apache.logging.log4j",
artifact_id = "log4j-core",
version = LOG4J2_VERSION,
licenses = ["notice"],
sha256 = "65c33dc9b24a5e5f6cacae62680641582894749c7bf16c951032ef92f3e12a60",
sha256 = "5adb34ff4197cd16a8d24f63035856a933cb59562a6888dde86e9450fcfef646",
)

maven_import(
Expand Down

0 comments on commit 10f9f99

Please sign in to comment.