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-pool.git
The following commit(s) were added to refs/heads/master by this push:
new 7957313 Bump org.ow2.asm:asm-util from 9.1 to 9.2.
7957313 is described below
commit 7957313240e4f57a41845fc879fe5328320864a9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 27 14:01:59 2021 -0400
Bump org.ow2.asm:asm-util from 9.1 to 9.2.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9be08d9..3610f63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
- <version>9.1</version>
+ <version>9.2</version>
<optional>true</optional>
</dependency>
<!-- testing -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 70f47b9..245ce37 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,9 @@ The <action> type attribute can be add,update,fix,remove.
Make Duration setters use their respective default values when null.
</action>
<!-- UPDATES -->
+ <action dev="ggregory" type="fix" due-to="Gary Gregory">
+ Bump org.ow2.asm:asm-util from 9.1 to 9.2.
+ </action>
</release>
<release version="2.10.0" date="2021-05-28" description="This is a feature
release (Java 8).">
<!-- ADD -->