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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 22c1c065 Bump commons-lang3 from 3.13.0 to 3.14.0
22c1c065 is described below
commit 22c1c065ee805a23c574bbf8997e26ad59eeb54d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 08:50:06 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 fbf3ca04..8c53560d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ccaf3373..ac3bab5e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@
Bump commons-codec:commons-codec from 1.15 to 1.16.0.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">
- Bump commons-lang3 from 3.11 to 3.13.0.
+ Bump commons-lang3 from 3.11 to 3.14.0.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump org.yaml:snakeyaml from 2.0 to 2.2 #312, #315.