This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 2d161bfa Bump net.bytebuddy:byte-buddy from 1.11.13 to 1.14.17 (#294)
2d161bfa is described below
commit 2d161bfae22ca49f56b60a9b212efb170781c138
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 13 08:39:02 2024 +0200
Bump net.bytebuddy:byte-buddy from 1.11.13 to 1.14.17 (#294)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from
1.11.13 to 1.14.17.
- [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.11.13...byte-buddy-1.14.17)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.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 bff4e926..b6cdd787 100644
--- a/maven-plugin-tools-annotations/pom.xml
+++ b/maven-plugin-tools-annotations/pom.xml
@@ -125,7 +125,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.11.13</version>
+ <version>1.14.17</version>
<scope>test</scope>
</dependency>
<dependency>