Skip to content

Commit 74015a6

Browse files
fix(deps): update dependency org.ow2.asm:asm-tree to v9.9.1 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6577fe commit 74015a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

classport-analyser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.ow2.asm</groupId>
4545
<artifactId>asm-tree</artifactId>
46-
<version>9.7.1</version>
46+
<version>9.9.1</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.ow2.asm</groupId>

classport-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.ow2.asm</groupId>
3333
<artifactId>asm-tree</artifactId>
34-
<version>9.7.1</version>
34+
<version>9.9.1</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.ow2.asm</groupId>

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.ow2.asm</groupId>
4444
<artifactId>asm-tree</artifactId>
45-
<version>9.7.1</version>
45+
<version>9.9.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.ow2.asm</groupId>

0 commit comments

Comments
 (0)