This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 178de8a5cf Bump org.bouncycastle:bcpkix-jdk18on from 1.82 to 1.84
(#3044)
178de8a5cf is described below
commit 178de8a5cf2a8a0f6987660876f14bb81d9b5bee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 17 02:22:46 2026 -0400
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] <[email protected]>
* 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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5bcaeced99..383ba05490 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,10 +52,10 @@
<aircompressor.version>0.25</aircompressor.version>
<antlr.version>4.9.3</antlr.version>
<apiguardian.version>1.1.2</apiguardian.version>
- <asm.version>9.5</asm.version>
+ <asm.version>9.9.1</asm.version>
<avatica.version>1.23.0</avatica.version>
<avro.version>1.12.0</avro.version>
- <bouncycastle.version>1.82</bouncycastle.version>
+ <bouncycastle.version>1.84</bouncycastle.version>
<caffeine.version>2.9.3</caffeine.version>
<calcite.groupId>org.apache.calcite</calcite.groupId>
<calcite.version>1.34.0</calcite.version>
@@ -757,7 +757,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.5.0</version>
+ <version>3.6.2</version>
<executions>
<execution>
<phase>package</phase>