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 4893a6f Bump asm-util from 9.0 to 9.1 (#64)
4893a6f is described below
commit 4893a6fecfa893e7a43ff316b4b90ba41c8f3ab7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 16 08:41:58 2021 -0500
Bump asm-util from 9.0 to 9.1 (#64)
Bumps asm-util from 9.0 to 9.1.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 131e9e7..5d02077 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
- <version>9.0</version>
+ <version>9.1</version>
<optional>true</optional>
</dependency>
<!-- testing -->