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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 58d8cfe  [MSHADE-470] Bump asmVersion from 9.6 to 9.7 (#218)
58d8cfe is described below

commit 58d8cfe097f995a944c922552afcc14e68eec51b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 31 00:15:04 2024 +0100

    [MSHADE-470] Bump asmVersion from 9.6 to 9.7 (#218)
    
    Updates `org.ow2.asm:asm` from 9.6 to 9.7
    Updates `org.ow2.asm:asm-commons` from 9.6 to 9.7
    
    ---
    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 df4e78b..795be42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
     <javaVersion>8</javaVersion>
     <sisu.version>0.3.5</sisu.version>
     <currentVersion>${project.version}</currentVersion>
-    <asmVersion>9.6</asmVersion>
+    <asmVersion>9.7</asmVersion>
     <slf4j.version>1.7.32</slf4j.version>
     
<project.build.outputTimestamp>2024-02-17T17:54:05Z</project.build.outputTimestamp>
   </properties>

Reply via email to