Skip to content

Commit 874a77c

Browse files
committed
fix netty's CVE-2025-55163
1 parent 7327eb7 commit 874a77c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

sdks/java/extensions/sql/hcatalog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ applyJavaNature(
2626
)
2727

2828
def 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

0 commit comments

Comments
 (0)