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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 6e5840de Bump org.ow2.asm:asm from 9.2 to 9.3
6e5840de is described below
commit 6e5840de55ff3085387733568361c1cefc5fe6de
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 19 21:02:51 2022 -0400
Bump org.ow2.asm:asm from 9.2 to 9.3
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d2545f9b..0723b39a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
<commons.jacoco.version>0.8.7</commons.jacoco.version>
<commons.spotbugs.version>4.5.3.0</commons.spotbugs.version>
<commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>
- <commons.asm.version>9.2</commons.asm.version>
+ <commons.asm.version>9.3</commons.asm.version>
<commons.pmd.version>6.44.0</commons.pmd.version>
<commons.javadoc.version>3.3.2</commons.javadoc.version>
<commons.felix.version>5.1.2</commons.felix.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3912a449..caab0f41 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -187,6 +187,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" due-to="Dependabot" type="update">
Bump commons-parent from 52 to 53.
</action>
+ <action dev="ggregory" due-to="Gary Gregory" type="update">
+ Bump org.ow2.asm:asm from 9.2 to 9.3.
+ </action>
</release>
<release version="2.9.0" date="2021-06-16" description="Maintenance
release. Requires Java 8.">
<!-- ADDS -->