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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new d536765d Bump commons-lang3 from 3.13.0 to 3.14.0
d536765d is described below
commit d536765d775cef4f3f95d1573b6116bb7d23eaf3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 08:57:16 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.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 05605d57..1e2b1036 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<scope>test</scope>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 97705582..793ca98d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-lang3 from 3.13.0 to 3.14.0.</action>
</release>
<release version="2.11.0" date="2023-10-23" description="This is a minor
release, including bug fixes and enhancements.">
<!-- FIX -->