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 cd32728a Bump asm-util from 9.2 to 9.3 (#141) cd32728a is described below commit cd32728a7b7223545c2a67a3a3b2a854e6df9142 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Apr 10 07:37:55 2022 -0400 Bump asm-util from 9.2 to 9.3 (#141) Bumps asm-util from 9.2 to 9.3. --- updated-dependencies: - dependency-name: org.ow2.asm:asm-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 219c8922..50e305b6 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>9.2</version> + <version>9.3</version> <optional>true</optional> </dependency> <!-- testing --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2c3f699c..0f2747c6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -92,6 +92,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="kinow" type="update" due-to="Dependabot"> Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 #142. </action> + <action dev="kinow" type="update" due-to="Dependabot"> + Bump asm-util from 9.2 to 9.3 #141. + </action> </release> <release version="2.11.1" date="2021-08-18" description="This is a maintenance release (Java 8)."> <!-- FIX -->