Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ class BeamModulePlugin implements Plugin<Project> {
def everit_json_version = "1.14.2"
def kafka_version = "2.4.1"
def log4j2_version = "2.20.0"
def logback_version = "1.5.20"
def nemo_version = "0.1"
// [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom
def netty_version = "4.1.110.Final"
Expand Down Expand Up @@ -1288,11 +1287,6 @@ class BeamModulePlugin implements Plugin<Project> {
// the same classes as hamcrest.
force "org.hamcrest:hamcrest-core:$hamcrest_version"
force "org.hamcrest:hamcrest-library:$hamcrest_version"

// hadoop uses an old version of logback with CVE reports
// force all transitive logback deps to a newer one
force "ch.qos.logback:logback-classic:$logback_version"
force "ch.qos.logback:logback-core:$logback_version"
}
}
}
Expand Down
Loading