This is an automated email from the ASF dual-hosted git repository.
holgerf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 58a492414b build(deps): bump bouncycastle.version from 1.83 to 1.84
(#2539)
58a492414b is described below
commit 58a492414baf894b44af8f803c7bde414f240be3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 16 08:22:54 2026 +0200
build(deps): bump bouncycastle.version from 1.83 to 1.84 (#2539)
Bumps `bouncycastle.version` from 1.83 to 1.84.
Updates `org.bouncycastle:bcprov-jdk18on` from 1.83 to 1.84
-
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.83 to 1.84
-
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)
Updates `org.bouncycastle:bcutil-jdk18on` from 1.83 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:bcprov-jdk18on
dependency-version: '1.84'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcpkix-jdk18on
dependency-version: '1.84'
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcutil-jdk18on
dependency-version: '1.84'
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 53ad80e41a..5c10ad0a02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<asm.version>9.9.1</asm.version>
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
<awaitility.version>3.1.6</awaitility.version>
- <bouncycastle.version>1.83</bouncycastle.version>
+ <bouncycastle.version>1.84</bouncycastle.version>
<camel.version>4.14.5</camel.version>
<cglib.bundle.version>3.2.9_1</cglib.bundle.version>
<cxf.version>3.6.10</cxf.version>