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
2 changes: 1 addition & 1 deletion dumper/app/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ org.apache.thrift:libthrift:0.20.0=compileClasspath,runtimeClasspath,testCompile
org.apache.yetus:audience-annotations:0.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.zookeeper:zookeeper-jute:3.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.zookeeper:zookeeper:3.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.82=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.83=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.6=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
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 @@ -233,7 +233,7 @@ org.apache.thrift:libthrift:0.9.3=hive312RuntimeClasspath
org.apache.yetus:audience-annotations:0.12.0=hive312RuntimeClasspath
org.apache.zookeeper:zookeeper-jute:3.9.4=hive312RuntimeClasspath
org.apache.zookeeper:zookeeper:3.9.4=hive312RuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.82=hive312RuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.83=hive312RuntimeClasspath
org.checkerframework:checker-qual:2.5.2=hive312RuntimeClasspath
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,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" }
bouncycastle = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.82" }
bouncycastle = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.83" }
common-configuration2 = { module = "org.apache.commons:commons-configuration2", version.ref = "common-configuration2" }
nimbus-jose-jwt = { module = "com.nimbusds:nimbus-jose-jwt", version.ref = "nimbus-jose-jwt" }
dnsjava = { module = "dnsjava:dnsjava", version.ref = "dnsjava" }
Expand Down
Loading