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-text.git
The following commit(s) were added to refs/heads/master by this push:
new e287825f Bump commons-lang3 from 3.13.0 to 3.14.0
e287825f is described below
commit e287825f98885dbb1b80a86a8b268bb0a9e714ff
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 09:27:24 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 c420f5b5..bb132969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
</dependency>
<!-- testing -->
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7243fcd3..d13c7674 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="1.11.1" date="202Y-MM-DD" description="Release 1.11.1.
Requires Java 8 or above.">
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action>
</release>
<release version="1.11.0" date="2023-10-24" description="Release 1.11.0.
Requires Java 8 or above.">
<!-- FIX -->