This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 3bf2478965 Bump bouncycastle.version from 1.78.1 to 1.79 (#883)
3bf2478965 is described below
commit 3bf24789653d899d74c5cc33d1934ccf67720bdd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 31 08:18:45 2024 +0100
Bump bouncycastle.version from 1.78.1 to 1.79 (#883)
Bumps `bouncycastle.version` from 1.78.1 to 1.79.
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78.1 to 1.79
-
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)
Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.79
-
[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-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-type: direct:development
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 1fe6b4513c..23ca00fdf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
<connid.cmd.version>0.5</connid.cmd.version>
<cxf.version>4.1.0-SNAPSHOT</cxf.version>
- <bouncycastle.version>1.78.1</bouncycastle.version>
+ <bouncycastle.version>1.79</bouncycastle.version>
<nimbus-jose-jwt.version>9.42</nimbus-jose-jwt.version>
<spring-boot.version>3.3.5</spring-boot.version>