You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/24 00:55:55 UTC

[maven-changes-plugin] 01/02: jackson update

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 5c06016e71f08ec63fff557920bbf19ca5bb9bee
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Dec 24 01:32:35 2020 +0100

    jackson update
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ec5be1..348b1c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,12 +313,12 @@ under the License.
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-      <version>2.1.0</version>
+      <version>2.12.0</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.1.0</version>
+      <version>2.12.0</version>
     </dependency>
 
     <dependency>