Skip to content

Commit

Permalink
Bump asm.version from 9.6 to 9.7
Browse files Browse the repository at this point in the history
Bumps `asm.version` from 9.6 to 9.7.

Updates `org.ow2.asm:asm` from 9.6 to 9.7

Updates `org.ow2.asm:asm-commons` from 9.6 to 9.7

Updates `org.ow2.asm:asm-analysis` from 9.6 to 9.7

Updates `org.ow2.asm:asm-tree` from 9.6 to 9.7

Updates `org.ow2.asm:asm-util` from 9.6 to 9.7

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-tree
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.ow2.asm:asm-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 4b45865 commit 3a68290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<properties>
<maven.compiler.release>11</maven.compiler.release>
<asm.version>9.6</asm.version>
<asm.version>9.7</asm.version>
<groovy.version>3.0.21</groovy.version>
<project.build.outputTimestamp>1631003912</project.build.outputTimestamp>
</properties>
Expand Down

0 comments on commit 3a68290

Please sign in to comment.