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-jci.git
The following commit(s) were added to refs/heads/master by this push:
new ac82f40 Bump commons-lang3 from 3.13.0 to 3.14.0
ac82f40 is described below
commit ac82f40722eba796a0de79947b2345deb62d3e30
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 09:13:15 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 75286b4..f91e62c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,7 +285,7 @@
<!-- core -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df73b40..81a57a1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,7 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump junit from 4.11 to 4.13.2 #10.
</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
- Bump commons-lang3 from 3.1 to 3.13.0 #9.
+ Bump commons-lang3 from 3.1 to 3.14.0 #9.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump commons-logging from 1.1.3 to 1.2 #7.