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 dd74963 Bump commons-lang3 from 3.12.0 to 3.13.0
dd74963 is described below
commit dd74963f031b3efce7cc104bace18fb96312ca55
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 30 11:54:04 2023 -0400
Bump commons-lang3 from 3.12.0 to 3.13.0
---
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ca5b56d..d196299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,7 +285,7 @@
<!-- core -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.12.0</version>
+ <version>3.13.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c1277d..012bb98 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,8 +85,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot">
Bump junit from 4.11 to 4.13.2 #10.
</action>
- <action type="update" dev="ggregory" due-to="Dependabot">
- Bump commons-lang3 from 3.1 to 3.12.0 #9.
+ <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+ Bump commons-lang3 from 3.1 to 3.13.0 #9.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump commons-logging from 1.1.3 to 1.2 #7.