File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
buildSrc/src/main/groovy/org/apache/beam/gradle
runners/google-cloud-dataflow-java/worker
sdks/java/extensions/sql/hcatalog Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
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.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
You can’t perform that action at this time.
0 commit comments