You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/31 13:24:00 UTC

[commons-pool] branch master updated: Bump asm-util from 9.4 to 9.5 (#220)

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 4f022f55 Bump asm-util from 9.4 to 9.5 (#220)
4f022f55 is described below

commit 4f022f558e1f8475281963b16bdbc835944f8a0c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 31 09:23:55 2023 -0400

    Bump asm-util from 9.4 to 9.5 (#220)
    
    Bumps asm-util from 9.4 to 9.5.
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm-util
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26583fc4..cf1ce64c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>9.4</version>
+      <version>9.5</version>
       <optional>true</optional>
     </dependency>
     <!-- testing -->