Skip to content

Commit 704c899

Browse files
update netty-handler
1 parent 1a90208 commit 704c899

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

dumper/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ dependencies {
7070
}
7171
implementation libs.commons.beanutils // explicit version for vulnerabilities update
7272
implementation libs.jetty.server // explicit version for vulnerabilities update
73+
implementation libs.netty.handler // explicit version for vulnerabilities update
7374
implementation libs.hadoop.hdfs.client
7475
implementation(libs.harawata.appdirs) {
7576
exclude group: "net.java.dev.jna", module: "jna"

dumper/app/gradle.lockfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ io.grpc:grpc-services:1.69.0=runtimeClasspath,testFixturesRuntimeClasspath,testR
128128
io.grpc:grpc-stub:1.71.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
129129
io.grpc:grpc-util:1.71.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
130130
io.grpc:grpc-xds:1.69.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
131-
io.netty:netty-buffer:4.1.110.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
132-
io.netty:netty-codec:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
133-
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
134-
io.netty:netty-handler:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
135-
io.netty:netty-resolver:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
136-
io.netty:netty-transport-classes-epoll:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
137-
io.netty:netty-transport-native-epoll:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
138-
io.netty:netty-transport-native-unix-common:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
139-
io.netty:netty-transport:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
131+
io.netty:netty-buffer:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
132+
io.netty:netty-codec:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
133+
io.netty:netty-common:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
134+
io.netty:netty-handler:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
135+
io.netty:netty-resolver:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
136+
io.netty:netty-transport-classes-epoll:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
137+
io.netty:netty-transport-native-epoll:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
138+
io.netty:netty-transport-native-unix-common:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
139+
io.netty:netty-transport:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
140140
io.opencensus:opencensus-api:0.31.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
141141
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
142142
io.opentelemetry.contrib:opentelemetry-gcp-resources:1.37.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dumper/lib-ext-hive-metastore/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dependencies {
5757
hive312RuntimeOnly libs.logback.classic
5858
hive312RuntimeOnly libs.jcl.over.slf4j
5959
hive312RuntimeOnly libs.commons.beanutils // explicit version for vulnerabilities update
60+
hive312RuntimeOnly libs.netty.handler // explicit version for vulnerabilities update
6061

6162
// For HiveServer2
6263
hive312RuntimeOnly libs.tez.common

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ io.dropwizard.metrics:metrics-core:3.2.4=hive312RuntimeClasspath
7979
io.dropwizard.metrics:metrics-json:3.1.0=hive312RuntimeClasspath
8080
io.dropwizard.metrics:metrics-jvm:3.1.0=hive312RuntimeClasspath
8181
io.netty:netty-all:4.1.17.Final=hive312RuntimeClasspath
82-
io.netty:netty-buffer:4.1.100.Final=hive312RuntimeClasspath
83-
io.netty:netty-codec:4.1.100.Final=hive312RuntimeClasspath
84-
io.netty:netty-common:4.1.100.Final=hive312RuntimeClasspath
85-
io.netty:netty-handler:4.1.100.Final=hive312RuntimeClasspath
86-
io.netty:netty-resolver:4.1.100.Final=hive312RuntimeClasspath
87-
io.netty:netty-transport-classes-epoll:4.1.100.Final=hive312RuntimeClasspath
88-
io.netty:netty-transport-native-epoll:4.1.100.Final=hive312RuntimeClasspath
89-
io.netty:netty-transport-native-unix-common:4.1.100.Final=hive312RuntimeClasspath
90-
io.netty:netty-transport:4.1.100.Final=hive312RuntimeClasspath
82+
io.netty:netty-buffer:4.1.127.Final=hive312RuntimeClasspath
83+
io.netty:netty-codec:4.1.127.Final=hive312RuntimeClasspath
84+
io.netty:netty-common:4.1.127.Final=hive312RuntimeClasspath
85+
io.netty:netty-handler:4.1.127.Final=hive312RuntimeClasspath
86+
io.netty:netty-resolver:4.1.127.Final=hive312RuntimeClasspath
87+
io.netty:netty-transport-classes-epoll:4.1.127.Final=hive312RuntimeClasspath
88+
io.netty:netty-transport-native-epoll:4.1.127.Final=hive312RuntimeClasspath
89+
io.netty:netty-transport-native-unix-common:4.1.127.Final=hive312RuntimeClasspath
90+
io.netty:netty-transport:4.1.127.Final=hive312RuntimeClasspath
9191
io.netty:netty:3.10.5.Final=hive312RuntimeClasspath
9292
jakarta.activation:jakarta.activation-api:1.2.2=hive312RuntimeClasspath
9393
jakarta.annotation:jakarta.annotation-api:2.1.1=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ cloudrun = "0.60.0"
7373
jna = "5.17.0"
7474
commons-beanutils = "1.11.0"
7575
jetty-server = "9.4.58.v20250814"
76+
netty-handler = "4.1.127.Final"
7677

7778
[libraries]
7879
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
@@ -106,6 +107,7 @@ hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"
106107
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
107108
commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils" }
108109
jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty-server" }
110+
netty-handler = { module = "io.netty:netty-handler", version.ref = "netty-handler" }
109111
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client", version.ref = "hadoop" }
110112
harawata-appdirs = {module = "net.harawata:appdirs", version = "1.3.0"}
111113
hikaricp = { module = "com.zaxxer:HikariCP", version.ref = "hikaricp" }

0 commit comments

Comments
 (0)