Skip to content

Commit 2b3ae1e

Browse files
fix(deps): update dependency org.ow2.asm:asm-commons to v9.9.1
1 parent b69acdc commit 2b3ae1e

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
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.ow2.asm</groupId>
4040
<artifactId>asm-commons</artifactId>
41-
<version>9.7.1</version>
41+
<version>9.9.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.ow2.asm</groupId>

classport-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.ow2.asm</groupId>
2828
<artifactId>asm-commons</artifactId>
29-
<version>9.7.1</version>
29+
<version>9.9.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.ow2.asm</groupId>

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.ow2.asm</groupId>
3939
<artifactId>asm-commons</artifactId>
40-
<version>9.7.1</version>
40+
<version>9.9.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.ow2.asm</groupId>

0 commit comments

Comments
 (0)