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 2023/09/06 14:11:04 UTC

[commons-jcs] branch master updated: Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0

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-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 86fdef23 Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0
86fdef23 is described below

commit 86fdef23eba6a8207fb66726b465d185e5d501ce
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 6 10:11:00 2023 -0400

    Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4f65114b..20ad3ce1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-dbcp2</artifactId>
-        <version>2.9.0</version>
+        <version>2.10.0</version>
         <optional>true</optional>
       </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 953ba5e5..890f7c26 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,9 @@
             <action dev="tv" type="update">
                Migrate all tests to JUnit 4
             </action>
+            <action type="update" dev="ggregory" due-to="Gary Gregory">
+               Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0.
+            </action>
         </release>
         <release version="3.2" date="2023-08-22">
             <action dev="tv" type="fix" issue="JCS-234" due-to="Chris Lake">