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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new c4592aa0 Bump commons-lang3 from 3.13.0 to 3.14.0
c4592aa0 is described below
commit c4592aa0a686823837e3f0027ff8a163814a759c
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 07:47:43 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.0
---
pom.xml | 3 +--
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 800ba9de..82c6ac74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -590,7 +590,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.1.1</version>
<executions>
<execution>
<id>benchmark</id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f9df0447..7932d5da 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,11 +90,11 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="nbauma109,
Judit Knoll, Gary Gregory">Fix for type.getType(...) use on non-signature type
names #221.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix EmptyVisitorTestCase on Java 21.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-parent from 54 to 64 #189, #198, #222.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-parent from 54 to 65 #189, #198, #222.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump kotlin-stdlib from 1.8.10 to 1.9.20 #217, #219, #227,
#231, #235, #245.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump commons-io from 2.11.0 to 2.15.0.</action>
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1
#246.</action>
</release>
<release version="6.7.0" date="2022-11-28" description="Maintenance and
bug fix release.">