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 e5f88b9826 Bump org.ow2.asm:asm from 9.9.1 to 9.10.1
e5f88b9826 is described below
commit e5f88b9826df40befa1ad2662df9f3dfaacea9a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 14:29:21 2026 +0000
Bump org.ow2.asm:asm from 9.9.1 to 9.10.1
Bumps org.ow2.asm:asm from 9.9.1 to 9.10.1.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: 9.10.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
mp-jwt/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index 23c3e3dcd8..1593f3ce56 100644
--- a/mp-jwt/pom.xml
+++ b/mp-jwt/pom.xml
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.9.1</version>
+ <version>9.10.1</version>
<scope>test</scope>
</dependency>
<dependency>