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 2018/07/20 14:45:55 UTC

logging-log4j2 git commit: [LOG4J2-2387] Update optional Apache Commons DBCP from 2.4.0 to 2.5.0.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 2a05e99a7 -> 50cf060ef


[LOG4J2-2387] Update optional Apache Commons DBCP from 2.4.0 to 2.5.0.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/50cf060e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/50cf060e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/50cf060e

Branch: refs/heads/master
Commit: 50cf060ef0aaaebf8f84cd54179917aa20d5bcc6
Parents: 2a05e99
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri Jul 20 08:45:47 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Fri Jul 20 08:45:47 2018 -0600

----------------------------------------------------------------------
 log4j-jdbc-dbcp2/pom.xml | 2 +-
 src/changes/changes.xml  | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/50cf060e/log4j-jdbc-dbcp2/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml
index be4e856..c5fc301 100644
--- a/log4j-jdbc-dbcp2/pom.xml
+++ b/log4j-jdbc-dbcp2/pom.xml
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.2.0</version>
+      <version>2.5.0</version>
     </dependency>
     <!-- Test Dependencies -->
     <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/50cf060e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2ce54c7..37b03dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -221,6 +221,9 @@
       <action issue="LOG4J2-2383" dev="ggregory" type="update">
         Update org.eclipse.persistence.jpa from 2.7.1 to 2.7.2
       </action>
+      <action issue="LOG4J2-2387" dev="ggregory" type="update">
+        Update optional Apache Commons DBCP from 2.4.0 to 2.5.0.
+      </action>
     </release>
     <release version="2.11.1" date="2018-MM-DD" description="GA Release 2.11.1">
       <action issue="LOG4J2-1721" dev="rgoers" type="update" due-to="Phokham Nonava">
@@ -356,6 +359,9 @@
       <action issue="LOG4J2-2385" dev="ggregory" type="update">
         Update Groovy from 2.4.13 to 2.5.1.
       </action>
+      <action issue="LOG4J2-2386" dev="ggregory" type="update">
+        Update optional Apache Commons DBCP from 2.2.0 to 2.4.0.
+      </action>
     </release>
     <release version="2.11.0" date="2018-xx-xx" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">