File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
buildSrc/src/main/groovy/org/apache/beam/gradle Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,6 @@ class BeamModulePlugin implements Plugin<Project> {
631631 def everit_json_version = " 1.14.2"
632632 def kafka_version = " 2.4.1"
633633 def log4j2_version = " 2.20.0"
634- def logback_version = " 1.5.20"
635634 def nemo_version = " 0.1"
636635 // [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom
637636 def netty_version = " 4.1.110.Final"
@@ -1288,11 +1287,6 @@ class BeamModulePlugin implements Plugin<Project> {
12881287 // the same classes as hamcrest.
12891288 force " org.hamcrest:hamcrest-core:$hamcrest_version "
12901289 force " org.hamcrest:hamcrest-library:$hamcrest_version "
1291-
1292- // hadoop uses an old version of logback with CVE reports
1293- // force all transitive logback deps to a newer one
1294- force " ch.qos.logback:logback-classic:$logback_version "
1295- force " ch.qos.logback:logback-core:$logback_version "
12961290 }
12971291 }
12981292 }
You can’t perform that action at this time.
0 commit comments