[java-parent-project] branch master updated: Bump servlet and jackson versions.

Scott Cantor cantor.2 at osu.edu
Thu Nov 8 10:23:12 EST 2018


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

scantor pushed a commit to branch master
in repository java-parent-project.

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

The following commit(s) were added to refs/heads/master by this push:
       new  56d55b1   Bump servlet and jackson versions.
56d55b1 is described below

commit 56d55b123983982f76df3f794f70f7b93e379c7b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 8 10:23:05 2018 -0500

    Bump servlet and jackson versions.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 43a163f..6f27ff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
         <ldaptive.version>1.0.13</ldaptive.version>
         <logback.version>1.2.3</logback.version>
         <metrics.version>3.1.2</metrics.version>
-        <jackson.version>2.8.3</jackson.version>
+        <jackson.version>2.9.7</jackson.version>
         <slf4j.groupId>org.slf4j</slf4j.groupId>
         <slf4j.version>1.7.25</slf4j.version>
         <spring.groupId>org.springframework</spring.groupId>
@@ -365,7 +365,7 @@
             <dependency>
                 <groupId>javax.servlet</groupId>
                 <artifactId>javax.servlet-api</artifactId>
-                <version>3.0.1</version>
+                <version>3.1.0</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>

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


More information about the commits mailing list