This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new 5d499601 Bump commons-lang3 from 3.13.0 to 3.14.0
5d499601 is described below
commit 5d4996014678332a7b99d8444b4c946503ded912
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 09:48:00 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.0
---
pom.xml | 2 +-
src/changes/changes.xml | 9 +++------
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7b13f18d..f0a0fdc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,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>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25c93a39..d2d380b3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,12 +49,9 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
- <action dev="ggregory" type="update">
- Bump commons-parent from 62 to 64.
- </action>
- <action dev="ggregory" type="update">
- Bump org.ow2.asm:asm-util from 9.5 to 9.6.
- </action>
+ <action dev="ggregory" type="update">Bump commons-parent from 62 to
64.</action>
+ <action dev="ggregory" type="update">Bump org.ow2.asm:asm-util from 9.5 to
9.6.</action>
+ <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.12.0" date="2023-09-30" description="This is a feature
and maintenance release (Java 8 or above).">
<!-- FIX -->