This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 7e196394cd reduce dependabot noise for asm updates
7e196394cd is described below
commit 7e196394cd1220a6d4d2b13ffe6a872c12afd3d7
Author: Markus Jung <[email protected]>
AuthorDate: Fri Jun 5 09:46:31 2026 +0200
reduce dependabot noise for asm updates
(cherry picked from commit cd11ca4c915828ea88818ad765bbf8eca4d956ea)
---
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 b2a1e8c614..16e0a380e8 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.9.1</version>
+ <version>${version.asm}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
- <version>9.9.1</version>
+ <version>${version.asm}</version>
<scope>test</scope>
</dependency>