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 9ac974aa75 Bump org.ow2.asm:asm-util from 9.9.1 to 9.10.1
9ac974aa75 is described below
commit 9ac974aa75b7bc2d353c9922d0b3b2032296e0bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 14:26:16 2026 +0000
Bump org.ow2.asm:asm-util from 9.9.1 to 9.10.1
Bumps org.ow2.asm:asm-util from 9.9.1 to 9.10.1.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-util
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 1593f3ce56..d8eb0e7d41 100644
--- a/mp-jwt/pom.xml
+++ b/mp-jwt/pom.xml
@@ -106,7 +106,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
- <version>9.9.1</version>
+ <version>9.10.1</version>
<scope>test</scope>
</dependency>