File tree Expand file tree Collapse file tree
buildSrc/src/main/groovy/org/apache/beam/gradle
sdks/java/extensions/sql/hcatalog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ class BeamModulePlugin implements Plugin<Project> {
631631 def log4j2_version = " 2.20.0"
632632 def nemo_version = " 0.1"
633633 // [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom
634- def netty_version = " 4.1.118 .Final"
634+ def netty_version = " 4.1.127 .Final"
635635 def postgres_version = " 42.2.16"
636636 // [bomupgrader] determined by: com.google.protobuf:protobuf-java, consistent with: google_cloud_platform_libraries_bom
637637 def protobuf_version = " 4.29.4"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ applyJavaNature(
2626)
2727
2828def hive_version = " 3.1.3"
29- def netty_version = " 4.1.110 .Final"
29+ def netty_version = " 4.1.127 .Final"
3030
3131/*
3232 * We need to rely on manually specifying these evaluationDependsOn to ensure that
You can’t perform that action at this time.
0 commit comments