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/01/10 21:42:51 UTC

[commons-configuration] branch master updated: [CONFIGURATION-778] Update optional Apache Commons Codec from 1.13 to 1.14.

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 fa78bad  [CONFIGURATION-778] Update optional Apache Commons Codec from 1.13 to 1.14.
fa78bad is described below

commit fa78bad277e25abdc979121608eda2f539c8b647
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 10 16:16:44 2020 -0500

    [CONFIGURATION-778] Update optional Apache Commons Codec from 1.13 to
    1.14.
    
    Also:
    - [CONFIGURATION-779] Update optional jackson-databind from 2.10.1 to
    2.10.2.
    - Update tests from JUnit 4.12 to 4.13.
    - Update tests from Apache Commons Pool 2.7.0 to 2.8.0.
---
 pom.xml                 |  8 ++++----
 src/changes/changes.xml | 10 ++++++++++
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 415c81a..ad2034f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.13</version>
+      <version>1.14</version>
       <optional>true</optional>
     </dependency>
 
@@ -409,7 +409,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.10.1</version>
+      <version>2.10.2</version>
       <optional>true</optional>
     </dependency>
 
@@ -425,7 +425,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-pool2</artifactId>
-      <version>2.7.0</version>
+      <version>2.8.0</version>
       <scope>test</scope>
     </dependency>
 
@@ -446,7 +446,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2600eda..519a033 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,17 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-777" due-to="Gary Gregory">
         Update Apache Commons VFS from 2.5.0 to 2.5.0.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-778" due-to="Gary Gregory">
+        Update optional Apache Commons Codec from 1.13 to 1.14.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from JUnit 4.12 to 4.13.
+      </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-779" due-to="Gary Gregory">
+        Update optional jackson-databind from 2.10.1 to 2.10.2.
+      </action>
     </release>
+    
     <release version="2.6" date="2019-09-13"
              description="Minor release with new features and updated dependencies.">
       <action dev="ggregory" type="fix" issue="CONFIGURATION-750" due-to="Jason Pickens, Gary Gregory, Emmanuel Bourg">