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/12 15:02:52 UTC

[logging-log4j2] branch release-2.x updated: Update some dependencies. - org.apache.commons:commons-dbcp2 2.8.0 -> 2.9.0.

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 1b4868f  Update some dependencies. - org.apache.commons:commons-dbcp2 2.8.0 -> 2.9.0.
1b4868f is described below

commit 1b4868f9c9516b9d155a2ed5d6fd2eeed8670d32
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 12 11:02:48 2021 -0400

    Update some dependencies.
    - org.apache.commons:commons-dbcp2 2.8.0 -> 2.9.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65d4aec..8685bfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-dbcp2</artifactId>
-        <version>2.8.0</version>
+        <version>2.9.0</version>
       </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d100c8..e2ddfad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -148,6 +148,7 @@
         - net.javacrumbs.json-unit:json-unit ............................. 2.24.0 -> 2.25.0
         - org.apache.activemq:activemq-broker ............................ 5.16.1 -> 5.16.2
         - org.apache.commons:commons-compress ............................ 1.20 -> 1.21
+        - org.apache.commons:commons-dbcp2 ............................... 2.8.0 -> 2.9.0
         - org.apache.commons:commons-pool2 ............................... 2.9.0 -> 2.10.0
         - org.codehaus.groovy:groovy-dateutil ............................ 3.0.7 -> 3.0.8
         - org.codehaus.groovy:groovy-jsr223 .............................. 3.0.7 -> 3.0.8