You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/14 21:42:58 UTC

[GitHub] [beam] kennknowles commented on a change in pull request #16233: TEST ONLY [BEAM-13434] Force log4j version across all transitive deps

kennknowles commented on a change in pull request #16233:
URL: https://github.com/apache/beam/pull/16233#discussion_r769068298



##########
File path: buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -1149,6 +1149,16 @@ class BeamModulePlugin implements Plugin<Project> {
         options.errorprone.errorproneArgs.add("-Xep:UnsafeReflectiveConstructionCast:OFF")
       }
 
+      def log4j_version = "2.15.0"
+      configurations.all {
+        resolutionStrategy {

Review comment:
       FWIW I don't _think_ this is supposed to actually add or remove deps, just resolve the version. It might be useful to users for us to not have any transitive deps on anything with a vulnerability, but still support older versions of e.g. elasticsearch.




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org