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:43:28 UTC

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

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x a52c74b38 -> 387f373bf


[LOG4J2-2386] Update optional Apache Commons DBCP from 2.2.0 to 2.4.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/387f373b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/387f373b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/387f373b

Branch: refs/heads/release-2.x
Commit: 387f373bfbe1d1cb84b946fbd687dd7769b625c6
Parents: a52c74b
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri Jul 20 08:43:25 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Fri Jul 20 08:43:25 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/387f373b/log4j-jdbc-dbcp2/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml
index ae9978e..fba3f21 100644
--- a/log4j-jdbc-dbcp2/pom.xml
+++ b/log4j-jdbc-dbcp2/pom.xml
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.2.0</version>
+      <version>2.4.0</version>
     </dependency>
     <!-- Test Dependencies -->
     <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/387f373b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 675a69c..073bc88 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -164,6 +164,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-03-11" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">