Skip to content

Commit 0c145a6

Browse files
[b450547977] update common configs2 (#1009)
* update common configs2 * fix source generation * update nimbus jose jwt (#1010)
1 parent afc868c commit 0c145a6

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

dumper/app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ dependencies {
7575
implementation libs.dnsjava // explicit version for vulnerabilities update
7676
implementation libs.nimbus.jose.jwt // explicit version for vulnerabilities update
7777
implementation libs.zookeeper // explicit version for vulnerabilities update
78+
implementation libs.common.configuration2 // explicit version for vulnerabilities update
7879

7980
implementation libs.hadoop.hdfs.client
8081
implementation(libs.harawata.appdirs) {
@@ -293,9 +294,9 @@ distributions {
293294
from(generateLicenseReport) {
294295
into "docs/licenses"
295296
}
296-
// from(generateSourceMirror) {
297-
// into "docs/sources"
298-
// }
297+
from(generateSourceMirror) {
298+
into "docs/sources"
299+
}
299300
}
300301
}
301302
}

dumper/app/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ com.google.protobuf:protobuf-java:3.25.8=compileClasspath,runtimeClasspath,testC
9090
com.google.re2j:re2j:1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9191
com.googlecode.json-simple:json-simple:1.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9292
com.jcraft:jsch:0.1.55=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
93-
com.nimbusds:nimbus-jose-jwt:9.37.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
93+
com.nimbusds:nimbus-jose-jwt:10.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9494
com.sun.jersey:jersey-core:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9595
com.sun.jersey:jersey-server:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9696
com.sun.jersey:jersey-servlet:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -181,7 +181,7 @@ org.apache.arrow:arrow-vector:17.0.0=compileClasspath,runtimeClasspath,testCompi
181181
org.apache.avro:avro:1.11.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
182182
org.apache.commons:commons-compress:1.26.2=compileClasspath,runtimeClasspath
183183
org.apache.commons:commons-compress:1.27.1=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
184-
org.apache.commons:commons-configuration2:2.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
184+
org.apache.commons:commons-configuration2:2.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
185185
org.apache.commons:commons-csv:1.13.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
186186
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
187187
org.apache.commons:commons-math3:3.6.1=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
@@ -63,6 +63,7 @@ dependencies {
6363
hive312RuntimeOnly libs.dnsjava // explicit version for vulnerabilities update
6464
hive312RuntimeOnly libs.nimbus.jose.jwt // explicit version for vulnerabilities update
6565
hive312RuntimeOnly libs.zookeeper // explicit version for vulnerabilities update
66+
hive312RuntimeOnly libs.common.configuration2 // explicit version for vulnerabilities update
6667

6768
// For HiveServer2
6869
hive312RuntimeOnly libs.tez.common

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ com.fasterxml.woodstox:woodstox-core:5.4.0=hive312RuntimeClasspath
2323
com.github.joshelser:dropwizard-metrics-hadoop-metrics2-reporter:0.1.2=hive312RuntimeClasspath
2424
com.github.pjfanning:jersey-json:1.20=hive312RuntimeClasspath
2525
com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1=hive312RuntimeClasspath
26-
com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,hive312RuntimeClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
26+
com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
2727
com.google.auto.service:auto-service-annotations:1.1.1=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
2828
com.google.auto.service:auto-service:1.1.1=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
2929
com.google.auto.value:auto-value-annotations:1.11.0=compileClasspath,testCompileClasspath,testFixturesCompileClasspath
@@ -47,7 +47,7 @@ com.jcraft:jsch:0.1.55=hive312RuntimeClasspath
4747
com.jolbox:bonecp:0.8.0.RELEASE=hive312RuntimeClasspath
4848
com.lmax:disruptor:3.3.6=hive312RuntimeClasspath
4949
com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7=hive312RuntimeClasspath
50-
com.nimbusds:nimbus-jose-jwt:9.37.4=hive312RuntimeClasspath
50+
com.nimbusds:nimbus-jose-jwt:10.5=hive312RuntimeClasspath
5151
com.ning:async-http-client:1.8.16=hive312RuntimeClasspath
5252
com.sun.jersey.contribs:jersey-guice:1.19=hive312RuntimeClasspath
5353
com.sun.jersey:jersey-client:1.19=hive312RuntimeClasspath
@@ -130,7 +130,7 @@ org.apache.calcite:calcite-druid:1.16.0=hive312RuntimeClasspath
130130
org.apache.calcite:calcite-linq4j:1.16.0=hive312RuntimeClasspath
131131
org.apache.commons:commons-collections4:4.1=hive312RuntimeClasspath
132132
org.apache.commons:commons-compress:1.26.2=hive312RuntimeClasspath
133-
org.apache.commons:commons-configuration2:2.8.0=hive312RuntimeClasspath
133+
org.apache.commons:commons-configuration2:2.12.0=hive312RuntimeClasspath
134134
org.apache.commons:commons-crypto:1.0.0=hive312RuntimeClasspath
135135
org.apache.commons:commons-lang3:3.14.0=hive312RuntimeClasspath
136136
org.apache.commons:commons-lang3:3.18.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ commons-beanutils = "1.11.0"
7575
jetty-server = "9.4.58.v20250814"
7676
netty-handler = "4.1.127.Final"
7777
dnsjava = "3.6.3"
78-
nimbus-jose-jwt = "9.37.4"
78+
nimbus-jose-jwt = "10.5"
7979
io-grpc = "1.76.0"
8080
xerces = "2.12.2"
8181
zookeeper = "3.9.4"
82+
common-configuration2 = "2.12.0"
8283

8384
[libraries]
8485
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
@@ -119,6 +120,7 @@ gradle-license-report = { module = "com.github.jk1:gradle-license-report", versi
119120
guava = { module = "com.google.guava:guava", version.ref = "guava" }
120121
hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"}
121122
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
123+
common-configuration2 = { module = "org.apache.commons:commons-configuration2", version.ref = "common-configuration2" }
122124
nimbus-jose-jwt = { module = "com.nimbusds:nimbus-jose-jwt", version.ref = "nimbus-jose-jwt" }
123125
dnsjava = { module = "dnsjava:dnsjava", version.ref = "dnsjava" }
124126
commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils" }

0 commit comments

Comments
 (0)