Skip to content

Commit

Permalink
Update dependency org.ow2.asm:asm to v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2023
1 parent b5be895 commit 48f564e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vuu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
<version>6.2.1</version> <!-- Use newer version of ASM -->
</dependency>

</dependencies>
Expand Down

0 comments on commit 48f564e

Please sign in to comment.