You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/10 15:26:14 UTC

[commons-configuration] branch master updated: Bump jackson-databind from 2.11.1 to 2.11.2 (#60)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 61f1f4e  Bump jackson-databind from 2.11.1 to 2.11.2 (#60)
61f1f4e is described below

commit 61f1f4ee244da68872cada7b4fb228ee277f57f2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 10 11:26:08 2020 -0400

    Bump jackson-databind from 2.11.1 to 2.11.2 (#60)
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.1 to 2.11.2.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab4894c..d7e0281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.11.1</version>
+      <version>2.11.2</version>
       <optional>true</optional>
     </dependency>