diff --git a/dumper/app/gradle.lockfile b/dumper/app/gradle.lockfile index 2ade18ddb..f9cb46819 100644 --- a/dumper/app/gradle.lockfile +++ b/dumper/app/gradle.lockfile @@ -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 diff --git a/dumper/lib-ext-hive-metastore/gradle.lockfile b/dumper/lib-ext-hive-metastore/gradle.lockfile index 0b34ae730..22cda657f 100644 --- a/dumper/lib-ext-hive-metastore/gradle.lockfile +++ b/dumper/lib-ext-hive-metastore/gradle.lockfile @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8ec3f2884..9a8929c0f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" }