[java-parent-project] branch main updated: Update cryptacular to 1.2.6

Daniel Fisher dfisher at vt.edu
Tue Aug 15 13:44:59 UTC 2023


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=bb584afbde34eeff940e1e2db8a3dad6a4c5ba8c

The following commit(s) were added to refs/heads/main by this push:
     new bb584af  Update cryptacular to 1.2.6
bb584af is described below

commit bb584afbde34eeff940e1e2db8a3dad6a4c5ba8c
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Tue Aug 15 09:09:28 2023 -0400

    Update cryptacular to 1.2.6
    
    This change allows us to pull in bouncycastle 1.76
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1008c44..8b83438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,11 +34,11 @@
 
 
         <ant.version>1.10.13</ant.version>
-        <bouncycastle.version>1.73</bouncycastle.version>
-        <bouncycastle.pg.version>1.73</bouncycastle.pg.version>
+        <bouncycastle.version>1.76</bouncycastle.version>
+        <bouncycastle.pg.version>1.76</bouncycastle.pg.version>
         <commons.compress.version>1.23.0</commons.compress.version>
         <commons.lang3.version>3.13.0</commons.lang3.version>
-        <cryptacular.version>1.2.5</cryptacular.version>
+        <cryptacular.version>1.2.6</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