lukecwik commented on code in PR #24928:
URL: https://github.com/apache/beam/pull/24928#discussion_r1063890774
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -486,6 +486,7 @@ class BeamModulePlugin implements Plugin<Project> {
def jsr305_version = "3.0.2"
def everit_json_version = "1.14.1"
def kafka_version = "2.4.1"
+ def log4j2_version = "2.19.0"
Review Comment:
Dataflow legacy uses 2.17.2 which I swapped to here. Upgrading can happen in
a separate PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]