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 @@ -71,6 +71,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.dnsjava // explicit version for vulnerabilities update
implementation libs.hadoop.hdfs.client
implementation(libs.harawata.appdirs) {
exclude group: "net.java.dev.jna", module: "jna"
Expand Down
2 changes: 1 addition & 1 deletion dumper/app/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ commons-codec:commons-codec:1.18.0=compileClasspath,runtimeClasspath,testCompile
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
commons-io:commons-io:2.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
commons-net:commons-net:3.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
dnsjava:dnsjava:3.4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
dnsjava:dnsjava:3.6.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.dropwizard.metrics:metrics-core:3.2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.grpc:grpc-alts:1.71.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.grpc:grpc-api:1.71.0=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 @@ -58,6 +58,7 @@ dependencies {
hive312RuntimeOnly libs.jcl.over.slf4j
hive312RuntimeOnly libs.commons.beanutils // explicit version for vulnerabilities update
hive312RuntimeOnly libs.netty.handler // explicit version for vulnerabilities update
hive312RuntimeOnly libs.dnsjava // explicit version for vulnerabilities update

// For HiveServer2
hive312RuntimeOnly libs.tez.common
Expand Down
2 changes: 1 addition & 1 deletion dumper/lib-ext-hive-metastore/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ commons-lang:commons-lang:2.6=hive312RuntimeClasspath
commons-net:commons-net:3.9.0=hive312RuntimeClasspath
commons-pool:commons-pool:1.5.4=hive312RuntimeClasspath
de.ruedigermoeller:fst:2.50=hive312RuntimeClasspath
dnsjava:dnsjava:3.6.1=hive312RuntimeClasspath
dnsjava:dnsjava:3.6.3=hive312RuntimeClasspath
io.airlift:aircompressor:0.10=hive312RuntimeClasspath
io.dropwizard.metrics:metrics-core:3.2.4=hive312RuntimeClasspath
io.dropwizard.metrics:metrics-json:3.1.0=hive312RuntimeClasspath
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jna = "5.17.0"
commons-beanutils = "1.11.0"
jetty-server = "9.4.58.v20250814"
netty-handler = "4.1.127.Final"
dnsjava = "3.6.3"

[libraries]
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
Expand Down Expand Up @@ -105,6 +106,7 @@ gradle-license-report = { module = "com.github.jk1:gradle-license-report", versi
guava = { module = "com.google.guava:guava", version.ref = "guava" }
hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"}
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
dnsjava = { module = "dnsjava:dnsjava", version.ref = "dnsjava" }
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" }
Expand Down