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-beanutils.git
commit 0ac992114894e4acb6937c1aa37eb2e891b04f3f Author: Gary Gregory <[email protected]> AuthorDate: Wed Nov 22 07:59:36 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 fc361fd8..852cacb4 100644 --- a/pom.xml +++ b/pom.xml @@ -337,7 +337,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 983de4f6..06a991f1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -191,7 +191,7 @@ Bump spotbugs from 4.5.3 to 4.6.0. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> - Bump commons-lang3 from 3.12.0 to 3.13.0. + Bump commons-lang3 from 3.12.0 to 3.14.0. </action> </release>
