This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-plugin-tools-3.x in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
commit 5d8b61500de5902aab563c31bb6561d133fb2ef5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 18 19:06:39 2024 +0000 Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.5 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.18 to 1.15.5. - [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.14.18...byte-buddy-1.15.5) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- maven-plugin-tools-annotations/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-tools-annotations/pom.xml b/maven-plugin-tools-annotations/pom.xml index 3c1e1b9f..90ca7321 100644 --- a/maven-plugin-tools-annotations/pom.xml +++ b/maven-plugin-tools-annotations/pom.xml @@ -129,7 +129,7 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.14.18</version> + <version>1.15.5</version> <scope>test</scope> </dependency> <dependency>