This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
     new 0372561  Bump asm from 9.3 to 9.4 (#70)
0372561 is described below

commit 03725618e1d03d7a9d0ac9b83dd1286123f8c0b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 24 15:18:01 2023 +0000

    Bump asm from 9.3 to 9.4 (#70)
    
    Bumps asm from 9.3 to 9.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm
      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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d423eb8..094af47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>9.3</version>
+      <version>9.4</version>
     </dependency>
     
     <dependency>

Reply via email to