Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dumper/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ dependencies {
}
implementation libs.commons.beanutils // explicit version for vulnerabilities update
implementation libs.jetty.server // explicit version for vulnerabilities update
implementation libs.netty.handler // explicit version for vulnerabilities update
implementation libs.hadoop.hdfs.client
implementation(libs.harawata.appdirs) {
exclude group: "net.java.dev.jna", module: "jna"
Expand Down
18 changes: 9 additions & 9 deletions dumper/app/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ io.grpc:grpc-services:1.69.0=runtimeClasspath,testFixturesRuntimeClasspath,testR
io.grpc:grpc-stub:1.71.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.grpc:grpc-util:1.71.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.grpc:grpc-xds:1.69.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.110.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-codec:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.110.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-handler:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-resolver:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-transport-classes-epoll:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-transport-native-epoll:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-transport:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-codec:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-handler:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-resolver:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-transport-classes-epoll:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-transport-native-epoll:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.netty:netty-transport:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opencensus:opencensus-api:0.31.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.opentelemetry.contrib:opentelemetry-gcp-resources:1.37.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
1 change: 1 addition & 0 deletions dumper/lib-ext-hive-metastore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies {
hive312RuntimeOnly libs.logback.classic
hive312RuntimeOnly libs.jcl.over.slf4j
hive312RuntimeOnly libs.commons.beanutils // explicit version for vulnerabilities update
hive312RuntimeOnly libs.netty.handler // explicit version for vulnerabilities update

// For HiveServer2
hive312RuntimeOnly libs.tez.common
Expand Down
18 changes: 9 additions & 9 deletions dumper/lib-ext-hive-metastore/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ io.dropwizard.metrics:metrics-core:3.2.4=hive312RuntimeClasspath
io.dropwizard.metrics:metrics-json:3.1.0=hive312RuntimeClasspath
io.dropwizard.metrics:metrics-jvm:3.1.0=hive312RuntimeClasspath
io.netty:netty-all:4.1.17.Final=hive312RuntimeClasspath
io.netty:netty-buffer:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-codec:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-common:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-handler:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-resolver:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-transport-classes-epoll:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-transport-native-epoll:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-transport:4.1.100.Final=hive312RuntimeClasspath
io.netty:netty-buffer:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty-codec:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty-common:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty-handler:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty-resolver:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty-transport-classes-epoll:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty-transport-native-epoll:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty-transport:4.1.127.Final=hive312RuntimeClasspath
io.netty:netty:3.10.5.Final=hive312RuntimeClasspath
jakarta.activation:jakarta.activation-api:1.2.2=hive312RuntimeClasspath
jakarta.annotation:jakarta.annotation-api:2.1.1=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ cloudrun = "0.60.0"
jna = "5.17.0"
commons-beanutils = "1.11.0"
jetty-server = "9.4.58.v20250814"
netty-handler = "4.1.127.Final"

[libraries]
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
Expand Down Expand Up @@ -106,6 +107,7 @@ hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils" }
jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty-server" }
netty-handler = { module = "io.netty:netty-handler", version.ref = "netty-handler" }
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client", version.ref = "hadoop" }
harawata-appdirs = {module = "net.harawata:appdirs", version = "1.3.0"}
hikaricp = { module = "com.zaxxer:HikariCP", version.ref = "hikaricp" }
Expand Down