Skip to content

Commit 9acc4fa

Browse files
update dnsjava
1 parent 41a1816 commit 9acc4fa

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

dumper/app/build.gradle

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

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ commons-codec:commons-codec:1.18.0=compileClasspath,runtimeClasspath,testCompile
109109
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
110110
commons-io:commons-io:2.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
111111
commons-net:commons-net:3.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
112-
dnsjava:dnsjava:3.4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
112+
dnsjava:dnsjava:3.6.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
113113
io.dropwizard.metrics:metrics-core:3.2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
114114
io.grpc:grpc-alts:1.71.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
115115
io.grpc:grpc-api:1.71.0=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
@@ -58,6 +58,7 @@ dependencies {
5858
hive312RuntimeOnly libs.jcl.over.slf4j
5959
hive312RuntimeOnly libs.commons.beanutils // explicit version for vulnerabilities update
6060
hive312RuntimeOnly libs.netty.handler // explicit version for vulnerabilities update
61+
hive312RuntimeOnly libs.dnsjava // explicit version for vulnerabilities update
6162

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ commons-lang:commons-lang:2.6=hive312RuntimeClasspath
7373
commons-net:commons-net:3.9.0=hive312RuntimeClasspath
7474
commons-pool:commons-pool:1.5.4=hive312RuntimeClasspath
7575
de.ruedigermoeller:fst:2.50=hive312RuntimeClasspath
76-
dnsjava:dnsjava:3.6.1=hive312RuntimeClasspath
76+
dnsjava:dnsjava:3.6.3=hive312RuntimeClasspath
7777
io.airlift:aircompressor:0.10=hive312RuntimeClasspath
7878
io.dropwizard.metrics:metrics-core:3.2.4=hive312RuntimeClasspath
7979
io.dropwizard.metrics:metrics-json:3.1.0=hive312RuntimeClasspath

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jna = "5.17.0"
7474
commons-beanutils = "1.11.0"
7575
jetty-server = "9.4.58.v20250814"
7676
netty-handler = "4.1.127.Final"
77+
dnsjava = "3.6.3"
7778

7879
[libraries]
7980
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
@@ -105,6 +106,7 @@ gradle-license-report = { module = "com.github.jk1:gradle-license-report", versi
105106
guava = { module = "com.google.guava:guava", version.ref = "guava" }
106107
hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"}
107108
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
109+
dnsjava = { module = "dnsjava:dnsjava", version.ref = "dnsjava" }
108110
commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils" }
109111
jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty-server" }
110112
netty-handler = { module = "io.netty:netty-handler", version.ref = "netty-handler" }

0 commit comments

Comments
 (0)