Skip to content

Commit

Permalink
Bump asm.version from 9.5 to 9.6 (#667)
Browse files Browse the repository at this point in the history
Bumps `asm.version` from 9.5 to 9.6.

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

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

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

---
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-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 33050da)
  • Loading branch information
dependabot[bot] authored and martin-g committed Oct 2, 2023
1 parent 3ca9b82 commit d4cdeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
<maven.compiler.target>11</maven.compiler.target>

<!-- Project Versions -->
<asm.version>9.5</asm.version>
<aspectj.version>1.9.20</aspectj.version>
<asm.version>9.6</asm.version>
<aspectj.version>1.9.20.1</aspectj.version>
<assertj-core.version>3.24.2</assertj-core.version>
<bouncycastle.version>1.76</bouncycastle.version>
<byte-buddy.version>1.14.7</byte-buddy.version>
Expand Down

0 comments on commit d4cdeaa

Please sign in to comment.