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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new a3c8e9436 Bump commons-lang3 from 3.13.0 to 3.14.0
a3c8e9436 is described below
commit a3c8e94365a528e5630b203c4d30790f342d2c4a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 08:35:35 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.0
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 00e061e00..355027a47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,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>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e3d6c6064..0458f95b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -347,7 +347,7 @@
Add and use CollectionUtils.INDEX_NOT_FOUND constant.
</action>
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
- Bump commons-lang3 from 3.11 to 3.13.0.
+ Bump commons-lang3 from 3.11 to 3.14.0.
</action>
<action issue="COLLECTIONS-785" type="update" dev="kinow" due-to="Arturo
Bernal">
Add new variables to oac.collections4.CollectionUtils and use them in
the code base.