Skip to content

Commit d827a54

Browse files
Bump org.bouncycastle:bcprov-jdk18on from 1.82 to 1.83 (#1044)
* Bump org.bouncycastle:bcprov-jdk18on from 1.82 to 1.83 Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.82 to 1.83. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.83' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * add bouncycastle to lockfiles --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladislav Sidorovich <vsidorovich@google.com>
1 parent 93b9b35 commit d827a54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ org.apache.thrift:libthrift:0.20.0=compileClasspath,runtimeClasspath,testCompile
211211
org.apache.yetus:audience-annotations:0.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
212212
org.apache.zookeeper:zookeeper-jute:3.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
213213
org.apache.zookeeper:zookeeper:3.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
214-
org.bouncycastle:bcprov-jdk18on:1.82=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
214+
org.bouncycastle:bcprov-jdk18on:1.83=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
215215
org.checkerframework:checker-compat-qual:2.5.6=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
216216
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
217217
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ org.apache.thrift:libthrift:0.9.3=hive312RuntimeClasspath
233233
org.apache.yetus:audience-annotations:0.12.0=hive312RuntimeClasspath
234234
org.apache.zookeeper:zookeeper-jute:3.9.4=hive312RuntimeClasspath
235235
org.apache.zookeeper:zookeeper:3.9.4=hive312RuntimeClasspath
236-
org.bouncycastle:bcprov-jdk18on:1.82=hive312RuntimeClasspath
236+
org.bouncycastle:bcprov-jdk18on:1.83=hive312RuntimeClasspath
237237
org.checkerframework:checker-qual:2.5.2=hive312RuntimeClasspath
238238
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
239239
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ gradle-license-report = { module = "com.github.jk1:gradle-license-report", versi
120120
guava = { module = "com.google.guava:guava", version.ref = "guava" }
121121
hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"}
122122
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
123-
bouncycastle = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.82" }
123+
bouncycastle = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.83" }
124124
common-configuration2 = { module = "org.apache.commons:commons-configuration2", version.ref = "common-configuration2" }
125125
nimbus-jose-jwt = { module = "com.nimbusds:nimbus-jose-jwt", version.ref = "nimbus-jose-jwt" }
126126
dnsjava = { module = "dnsjava:dnsjava", version.ref = "dnsjava" }

0 commit comments

Comments
 (0)