[java-parent-project] branch maint-7 updated: IDP-1720 - Bump dependencies for IdP V3.4.8

Ian Young ian at iay.org.uk
Fri Dec 4 17:21:15 UTC 2020


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

iay pushed a commit to branch maint-7
in repository java-parent-project.

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

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  5e536e7   IDP-1720 - Bump dependencies for IdP V3.4.8
5e536e7 is described below

commit 5e536e7e072d097c7881d8a0554882c9b57d37c6
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Dec 4 17:19:31 2020 +0000

    IDP-1720 - Bump dependencies for IdP V3.4.8
    
    https://issues.shibboleth.net/jira/browse/IDP-1720
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 73c65c2..f6dc1bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,18 +24,18 @@
         <!-- IMPORTANT: httpclient and httpcore versions need to be updated together.  -->
         <httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
         <httpclient.version>4.5.13</httpclient.version>
-        <httpclient.httpcore.version>4.4.13</httpclient.httpcore.version>
+        <httpclient.httpcore.version>4.4.14</httpclient.httpcore.version>
         <guava.version>20.0</guava.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
         <jetty.version>9.2.14.v20151106</jetty.version>
         <ldaptive.version>1.0.13</ldaptive.version>
         <logback.version>1.2.3</logback.version>
-        <metrics.version>3.1.2</metrics.version>
-        <jackson.version>2.10.3</jackson.version>
+        <metrics.version>3.1.5</metrics.version>
+        <jackson.version>2.10.4</jackson.version>
         <slf4j.groupId>org.slf4j</slf4j.groupId>
-        <slf4j.version>1.7.25</slf4j.version>
+        <slf4j.version>1.7.30</slf4j.version>
         <spring.groupId>org.springframework</spring.groupId>
-        <spring.version>4.3.19.RELEASE</spring.version>
+        <spring.version>4.3.29.RELEASE</spring.version>
         <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
         <spring-webflow.version>2.4.8.RELEASE</spring-webflow.version>
         <xmlsec.version>2.0.10</xmlsec.version>
@@ -182,7 +182,7 @@
             <dependency>
                 <groupId>com.google.code.findbugs</groupId>
                 <artifactId>jsr305</artifactId>
-                <version>3.0.1</version>
+                <version>3.0.2</version>
             </dependency>
             <dependency>
                 <groupId>com.google.guava</groupId>

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


More information about the commits mailing list