You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by du...@apache.org on 2020/02/13 15:08:43 UTC

[sling-org-apache-sling-testing-clients] branch master updated: Bump jackson-databind from 2.9.4 to 2.9.10.1

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

dulvac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 470d771  Bump jackson-databind from 2.9.4 to 2.9.10.1
470d771 is described below

commit 470d7718dee04006bbbfed309c7993c1bfea1f88
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 13 05:32:15 2019 +0000

    Bump jackson-databind from 2.9.4 to 2.9.10.1
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.4 to 2.9.10.1.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce888d0..db4b828 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.9.4</version>
+            <version>2.9.10.1</version>
         </dependency>
 
         <!-- For tests -->