This is an automated email from the ASF dual-hosted git repository.
rzo1 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 ba02792d0a [tomee-10.x]: Bump net.bytebuddy:byte-buddy from 1.18.10 to
1.18.11 (#2827)
ba02792d0a is described below
commit ba02792d0a0aed0a709b55c39a5947bd8cb372ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 19:49:12 2026 +0200
[tomee-10.x]: Bump net.bytebuddy:byte-buddy from 1.18.10 to 1.18.11 (#2827)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from
1.18.10 to 1.18.11.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
-
[Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
-
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.10...byte-buddy-1.18.11)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-version: 1.18.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
arquillian/arquillian-tomee-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arquillian/arquillian-tomee-tests/pom.xml
b/arquillian/arquillian-tomee-tests/pom.xml
index 37595e6f25..ec412e64f6 100644
--- a/arquillian/arquillian-tomee-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/pom.xml
@@ -169,7 +169,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.18.10</version>
+ <version>1.18.11</version>
<scope>provided</scope>
</dependency>
<!-- just to get it in the correct order -->