[java-parent-project] 01/02: Update cryptacular to 1.3.0-SNAPSHOT

Codeberg noreply at shibboleth.net
Mon Dec 1 01:44:28 UTC 2025


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-parent-project.

View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/f3b89826cd86418a4b196adee8149cee57e74e96

commit f3b89826cd86418a4b196adee8149cee57e74e96
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Wed Nov 26 13:37:25 2025 -0500

    Update cryptacular to 1.3.0-SNAPSHOT
    
    Update BouncyCastle to 1.82
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5550d6..035c3c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,14 +33,14 @@
 
 
         <ant.version>1.10.14</ant.version>
-        <bouncycastle.version>1.78.1</bouncycastle.version>
+        <bouncycastle.version>1.82</bouncycastle.version>
         <bouncycastle.pg.version>1.78.1</bouncycastle.pg.version>
         <commons.codec.version>1.16.1</commons.codec.version>
         <!-- IMPORTANT: commons-compress and commons-io versions need to be updated with the -io version coming from -compress.  -->
         <commons.compress.version>1.26.2</commons.compress.version>
         <commons.io.version>2.16.1</commons.io.version>
         <commons.lang3.version>3.14.0</commons.lang3.version>
-        <cryptacular.version>1.2.6</cryptacular.version>
+        <cryptacular.version>1.3.0-SNAPSHOT</cryptacular.version>
         <duoweb.version>1.3</duoweb.version>
         <!-- IMPORTANT: httpclient and httpcore versions need to be updated together.  -->
         <httpclient.groupId>org.apache.httpcomponents.client5</httpclient.groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list