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 Nov 9, 2022
1 parent 70edfe5 commit 9c89a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vuu-ui-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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 @@ -278,7 +278,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 9c89a97

Please sign in to comment.