[java-parent-project] branch main updated: Pin version for Apache commons-compress

Rod Widdowson rdw at steadingsoftware.com
Tue Aug 18 14:50:10 UTC 2020


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

rdw 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=ef5366e3590da0d0f301b0701e12b3f4c4ab7374

The following commit(s) were added to refs/heads/main by this push:
       new  ef5366e   Pin version for Apache commons-compress
ef5366e is described below

commit ef5366e3590da0d0f301b0701e12b3f4c4ab7374
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 18 15:48:44 2020 +0100

    Pin version for Apache commons-compress
    
    This is shared between the idp (plugin) installer and the idp distribution
    (which sets is up in bin\lib for the plugin installer)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 26fded8..2606545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,7 @@
         <maven.compiler.release>11</maven.compiler.release>
 
         <bouncycastle.version>1.64</bouncycastle.version>
+        <commons.compress.version>1.20</commons.compress.version>
         <cryptacular.version>1.2.4</cryptacular.version>
         <!-- IMPORTANT: httpclient and httpcore versions need to be updated together.  -->
         <httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>

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


More information about the commits mailing list