You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2020/01/12 16:23:34 UTC

[archiva-parent] branch master updated: Increasing jackson version

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c52033  Increasing jackson version
1c52033 is described below

commit 1c520338d8020d71f2373abaaf0f7df4cb8b5067
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun Jan 12 17:23:29 2020 +0100

    Increasing jackson version
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb8a7b0..b93b400 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,7 @@
     <javax.inject.version>1</javax.inject.version>
     <javax.persistence.version>2.2</javax.persistence.version>
     <javax.servlet.version>2.5</javax.servlet.version>
+    <javax.mail.version>1.4.7</javax.mail.version>
 
     <!-- junit -->
     <junit.platform.version>1.5.2</junit.platform.version>
@@ -115,7 +116,7 @@
 
     <plexusUtilsPluginsVersion>3.0.15</plexusUtilsPluginsVersion>
 
-    <jacksonVersion>2.3.0</jacksonVersion>
+    <jackson.version>2.9.10</jackson.version>
     <enunciate.docsDir />
     <enunciate.version>2.12.0</enunciate.version>
     <enunciate.debug>false</enunciate.debug>