Skip to content

Commit 3461a46

Browse files
* update dependencies due to CVE-2024-13009 and CVE-2025-24970 * update dependency due to transitive dependency with CVE-2025-48734 * outstanding netty dependency. * fix netty's CVE-2025-55163 * Revert "fix netty's CVE-2025-55163" This reverts commit 874a77c. * revert netty Co-authored-by: Radosław Stankiewicz <[email protected]>
1 parent a039097 commit 3461a46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ class BeamModulePlugin implements Plugin<Project> {
617617
// [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom
618618
def grpc_version = "1.71.0"
619619
def guava_version = "33.1.0-jre"
620-
def hadoop_version = "3.4.1"
620+
def hadoop_version = "3.4.2"
621621
def hamcrest_version = "2.1"
622622
def influxdb_version = "2.19"
623623
def httpclient_version = "4.5.13"

runners/google-cloud-dataflow-java/worker/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ applyJavaNature(
131131
dependencies {
132132
// We have to include jetty-server/jetty-servlet and all of its transitive dependencies
133133
// which includes several org.eclipse.jetty artifacts + servlet-api
134-
include(dependency("org.eclipse.jetty:.*:9.4.54.v20240208"))
134+
include(dependency("org.eclipse.jetty:.*:9.4.57.v20241219"))
135135
include(dependency("javax.servlet:javax.servlet-api:3.1.0"))
136136
}
137137
relocate("org.eclipse.jetty", getWorkerRelocatedPath("org.eclipse.jetty"))
@@ -200,8 +200,8 @@ dependencies {
200200
compileOnly "org.conscrypt:conscrypt-openjdk-uber:2.5.1"
201201

202202
implementation "javax.servlet:javax.servlet-api:3.1.0"
203-
implementation "org.eclipse.jetty:jetty-server:9.4.54.v20240208"
204-
implementation "org.eclipse.jetty:jetty-servlet:9.4.54.v20240208"
203+
implementation "org.eclipse.jetty:jetty-server:9.4.57.v20241219"
204+
implementation "org.eclipse.jetty:jetty-servlet:9.4.57.v20241219"
205205
implementation library.java.avro
206206
implementation library.java.jackson_annotations
207207
implementation library.java.jackson_core

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.51.Final"
29+
def netty_version = "4.1.110.Final"
3030

3131
/*
3232
* We need to rely on manually specifying these evaluationDependsOn to ensure that

0 commit comments

Comments
 (0)