This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new cd11ca4c91 reduce dependabot noise for asm updates
cd11ca4c91 is described below
commit cd11ca4c915828ea88818ad765bbf8eca4d956ea
Author: Markus Jung <[email protected]>
AuthorDate: Fri Jun 5 09:46:31 2026 +0200
reduce dependabot noise for asm updates
---
mp-jwt/pom.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index d8eb0e7d41..0f66b09e83 100644
--- a/mp-jwt/pom.xml
+++ b/mp-jwt/pom.xml
@@ -28,6 +28,8 @@
<properties>
<tomee.build.name>${project.groupId}.microprofile.jwt</tomee.build.name>
+
+ <version.asm>9.10.1</version.asm>
</properties>
<dependencies>
@@ -100,13 +102,13 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.10.1</version>
+ <version>${version.asm}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
- <version>9.10.1</version>
+ <version>${version.asm}</version>
<scope>test</scope>
</dependency>