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 9e83227 Bump asm-util from 8.0.1 to 9.0 (#44) 9e83227 is described below commit 9e832278656c23597333eb5bdaa8d8ab32b3fd19 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Sep 23 09:32:56 2020 -0400 Bump asm-util from 8.0.1 to 9.0 (#44) Bumps asm-util from 8.0.1 to 9.0. Signed-off-by: dependabot[bot] <supp...@github.com> 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 f7b1c79..1fe408c 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>8.0.1</version> + <version>9.0</version> <optional>true</optional> </dependency>