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 fe5e102109 Bump org.ow2.asm:asm from 9.9 to 9.9.1
fe5e102109 is described below
commit fe5e102109d7738ab617041d135886a874a0c2bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 17 10:17:11 2025 +0000
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 b5b9585c6c..d4490188c5 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>