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 2fca184d36 [tomee-10.x]: Bump org.ow2.asm:asm from 9.9 to 9.9.1
2fca184d36 is described below
commit 2fca184d36c44446380b472c3f3846f6f7d68efb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 19 13:49:51 2025 +0000
[tomee-10.x]: Bump org.ow2.asm:asm from 9.9 to 9.9.1
Bumps org.ow2.asm:asm from 9.9 to 9.9.1.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-version: 9.9.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 516f887a88..c9392e1757 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</version>
+ <version>9.9.1</version>
<scope>test</scope>
</dependency>
<dependency>