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 2b71396  [CONFIGURATION-771] Update 
com.fasterxml.jackson.core:jackson-databind 2.10.0 -> 2.10.1.
2b71396 is described below

commit 2b713967f68d2639c0e9f4b30181fe31d44aa220
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 23 17:29:12 2019 -0500

    [CONFIGURATION-771] Update com.fasterxml.jackson.core:jackson-databind
    2.10.0 -> 2.10.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d8d6d1d..11f3665 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.10.0</version>
+      <version>2.10.1</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c2d324..3f59c60 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,9 @@
       <action dev="ggregory" type="fix" issue="CONFIGURATION-768" due-to="Gary 
Gregory">
         XMLConfiguration#write does not indent XML elements.
       </action>
+      <action dev="ggregory" type="fix" issue="CONFIGURATION-771" due-to="Gary 
Gregory">
+        Update com.fasterxml.jackson.core:jackson-databind 2.10.0 -> 2.10.1.
+      </action>
     </release>
     <release version="2.6" date="2019-09-13"
              description="Minor release with new features and updated 
dependencies.">

Reply via email to