Skip to content

Commit

Permalink
build(deps): bump asm from 9.2 to 9.3 (#1645)
Browse files Browse the repository at this point in the history
Bumps asm from 9.2 to 9.3.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 27, 2022
1 parent 92de36b commit 295542f
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 @@ -436,7 +436,7 @@
<!-- surefire uses ASM to do some bytecode magic... need to bump version to be java 11 compatible -->
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.2</version>
<version>9.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -504,7 +504,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>7.0-beta</version>
<version>9.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 295542f

Please sign in to comment.