You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/08/18 13:01:38 UTC

[logging-log4j2] branch release-2.x updated: Update some dependencies.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new a2cbf92  Update some dependencies.
a2cbf92 is described below

commit a2cbf9263e1e110bcc4a515d6dc05d774cf3d1d1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 18 09:01:35 2021 -0400

    Update some dependencies.
    
    - org.apache.commons:commons-pool2 2.10.0 -> 2.11.1
    - org.apache.commons:commons-csv 1.8 -> 1.9.0
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d0e0534..5f7f6a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,7 +318,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-pool2</artifactId>
-        <version>2.10.0</version>
+        <version>2.11.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
@@ -905,7 +905,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
-        <version>1.8</version>
+        <version>1.9.0</version>
       </dependency>
       <!-- GC-free -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a481699..1b26ff2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -150,8 +150,9 @@
         - org.apache.maven.plugins:maven-surefire-plugin ................. 2.22.2 -> 3.0.0-M5 
         - org.apache.activemq:activemq-broker ............................ 5.16.1 -> 5.16.2
         - org.apache.commons:commons-compress ............................ 1.20 -> 1.21
+        - org.apache.commons:commons-csv ................................. 1.8 -> 1.9.0
         - org.apache.commons:commons-dbcp2 ............................... 2.8.0 -> 2.9.0
-        - org.apache.commons:commons-pool2 ............................... 2.9.0 -> 2.10.0
+        - org.apache.commons:commons-pool2 ............................... 2.9.0 -> 2.11.1
         - org.apache.rat:apache-rat-plugin ............................... 0.12 -> 0.13
         - org.codehaus.groovy:groovy-dateutil ............................ 3.0.7 -> 3.0.8
         - org.codehaus.groovy:groovy-jsr223 .............................. 3.0.7 -> 3.0.8