This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/gradle/bouncycastle-1.80
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit 87a0c27ffc2593b4d14c09ac5530b212a18c46e5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 15 15:25:14 2025 +0000
Bump bouncycastle from 1.79 to 1.80
Bumps `bouncycastle` from 1.79 to 1.80.
Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80
-
[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.79 to 1.80
-
[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-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcpkix-jdk18on
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 12100e78cc..21753f7ab7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
[versions]
assertj = "3.27.2"
asm = "9.7.1"
-bouncycastle = "1.79"
+bouncycastle = "1.80"
compileTesting = "0.21.0"
fliptables = "1.1.1"
fmpp = "0.9.16"