This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
The following commit(s) were added to refs/heads/master by this push:
new 0e92e5ee Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.9 (#133)
0e92e5ee is described below
commit 0e92e5eee78300c9b660a73b827e008c1b6b9964
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 22:29:33 2026 +0200
Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.9 (#133)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from
1.18.8 to 1.18.9.
- [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.8...byte-buddy-1.18.9)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-version: 1.18.9
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>
---
itests/tck/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/itests/tck/pom.xml b/itests/tck/pom.xml
index 07b1af71..4df65dbc 100644
--- a/itests/tck/pom.xml
+++ b/itests/tck/pom.xml
@@ -186,7 +186,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.18.8</version>
+ <version>1.18.9</version>
</dependency>
<!-- OSGi framework -->