Skip to content

Commit 7e19639

Browse files
committed
reduce dependabot noise for asm updates
(cherry picked from commit cd11ca4)
1 parent ff70f30 commit 7e19639

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

mp-jwt/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
<properties>
3030
<tomee.build.name>${project.groupId}.microprofile.jwt</tomee.build.name>
31+
32+
<version.asm>9.10.1</version.asm>
3133
</properties>
3234

3335
<dependencies>
@@ -100,13 +102,13 @@
100102
<dependency>
101103
<groupId>org.ow2.asm</groupId>
102104
<artifactId>asm</artifactId>
103-
<version>9.9.1</version>
105+
<version>${version.asm}</version>
104106
<scope>test</scope>
105107
</dependency>
106108
<dependency>
107109
<groupId>org.ow2.asm</groupId>
108110
<artifactId>asm-util</artifactId>
109-
<version>9.9.1</version>
111+
<version>${version.asm}</version>
110112
<scope>test</scope>
111113
</dependency>
112114

0 commit comments

Comments
 (0)