[java-parent-project] branch main updated: Bump libraries to match changes on IdP branch.

Scott Cantor cantor.2 at osu.edu
Tue Jan 11 15:37:42 UTC 2022


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

scantor 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=b2dc45833430c10bc324a534bb2ac51e965e1f36

The following commit(s) were added to refs/heads/main by this push:
     new b2dc458  Bump libraries to match changes on IdP branch.
b2dc458 is described below

commit b2dc45833430c10bc324a534bb2ac51e965e1f36
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 11 10:36:51 2022 -0500

    Bump libraries to match changes on IdP branch.
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 10f76a8..0f607a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,9 +34,9 @@
         -->
 
 
-        <ant.version>1.10.10</ant.version>
+        <ant.version>1.10.12</ant.version>
         <bouncycastle.version>1.68</bouncycastle.version>
-        <commons.compress.version>1.20</commons.compress.version>
+        <commons.compress.version>1.21</commons.compress.version>
         <cryptacular.version>1.2.4</cryptacular.version>
         <duoweb.version>1.3</duoweb.version>
         <!-- IMPORTANT: httpclient and httpcore versions need to be updated together.  -->
@@ -69,7 +69,7 @@
         <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <velocity.version>2.3</velocity.version>
-        <xmlsec.version>2.1.6</xmlsec.version>
+        <xmlsec.version>2.1.7</xmlsec.version>
         <xmlunit.version>2.8.2</xmlunit.version>
 
         <checkstyle.version>8.41</checkstyle.version>
@@ -524,12 +524,12 @@
                 dependency on jcl-over-slf4j instead, with "runtime" scope,
                 overriding the "provided" below.
             -->
-                <dependency>
-                    <groupId>${slf4j.groupId}</groupId>
-                    <artifactId>jcl-over-slf4j</artifactId>
-                    <version>${slf4j.version}</version>
-                    <scope>provided</scope>
-                </dependency>
+            <dependency>
+                <groupId>${slf4j.groupId}</groupId>
+                <artifactId>jcl-over-slf4j</artifactId>
+                <version>${slf4j.version}</version>
+                <scope>provided</scope>
+            </dependency>
 
             <!-- Other logging bridges that may be required. -->
             <dependency>

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


More information about the commits mailing list