We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff70f30 commit 7e19639Copy full SHA for 7e19639
1 file changed
mp-jwt/pom.xml
@@ -28,6 +28,8 @@
28
29
<properties>
30
<tomee.build.name>${project.groupId}.microprofile.jwt</tomee.build.name>
31
+
32
+ <version.asm>9.10.1</version.asm>
33
</properties>
34
35
<dependencies>
@@ -100,13 +102,13 @@
100
102
<dependency>
101
103
<groupId>org.ow2.asm</groupId>
104
<artifactId>asm</artifactId>
- <version>9.9.1</version>
105
+ <version>${version.asm}</version>
106
<scope>test</scope>
107
</dependency>
108
109
110
<artifactId>asm-util</artifactId>
111
112
113
114
0 commit comments