This is an automated email from the ASF dual-hosted git repository.
yasithdev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new c2b8c017b3 build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.81
to 1.84 (#617)
c2b8c017b3 is described below
commit c2b8c017b3ac691b465ad9b0bf29b002dda2b391
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 7 22:33:07 2026 -0400
build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.81 to 1.84 (#617)
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java)
from 1.81 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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0bd1fe2a14..55a6ce743b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@ under the License.
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
- <version>1.81</version>
+ <version>1.84</version>
</dependency>
<!-- MapStruct -->