Skip to content

Commit 178de8a

Browse files
Bump org.bouncycastle:bcpkix-jdk18on from 1.82 to 1.84 (#3044)
* Bump org.bouncycastle:bcpkix-jdk18on from 1.82 to 1.84 Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.82 to 1.84. - [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:bcpkix-jdk18on dependency-version: '1.84' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update maven-shade-plugin version to 3.6.2 * Add jdependency dependency to pom.xml * Update pom.xml to configure shade plugin Added configuration to shade plugin to exclude specific Bouncy Castle version files. * Update asm.version to 9.9.1 * Remove Bouncy Castle filter configuration Removed configuration for Bouncy Castle filter in the shading process. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
1 parent ff6ddeb commit 178de8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
<aircompressor.version>0.25</aircompressor.version>
5353
<antlr.version>4.9.3</antlr.version>
5454
<apiguardian.version>1.1.2</apiguardian.version>
55-
<asm.version>9.5</asm.version>
55+
<asm.version>9.9.1</asm.version>
5656
<avatica.version>1.23.0</avatica.version>
5757
<avro.version>1.12.0</avro.version>
58-
<bouncycastle.version>1.82</bouncycastle.version>
58+
<bouncycastle.version>1.84</bouncycastle.version>
5959
<caffeine.version>2.9.3</caffeine.version>
6060
<calcite.groupId>org.apache.calcite</calcite.groupId>
6161
<calcite.version>1.34.0</calcite.version>
@@ -757,7 +757,7 @@
757757
<plugin>
758758
<groupId>org.apache.maven.plugins</groupId>
759759
<artifactId>maven-shade-plugin</artifactId>
760-
<version>3.5.0</version>
760+
<version>3.6.2</version>
761761
<executions>
762762
<execution>
763763
<phase>package</phase>

0 commit comments

Comments
 (0)