Skip to content

Commit 1c5f0f3

Browse files
authored
Revert "Force logback version in transitive dependencies" (#36649)
1 parent 0697e54 commit 1c5f0f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)