This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new d1c134c30 Bump byte-buddy.version from 1.17.7 to 1.18.2 (#1450)
d1c134c30 is described below
commit d1c134c301479c22610dc434026ccfb7daf7391b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 11 10:25:29 2025 +0100
Bump byte-buddy.version from 1.17.7 to 1.18.2 (#1450)
Bumps `byte-buddy.version` from 1.17.7 to 1.18.2.
Updates `net.bytebuddy:byte-buddy` from 1.17.7 to 1.18.2
- [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.17.7...byte-buddy-1.18.2)
Updates `net.bytebuddy:byte-buddy-agent` from 1.17.7 to 1.18.2
- [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.17.7...byte-buddy-1.18.2)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-version: 1.18.2
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: net.bytebuddy:byte-buddy-agent
dependency-version: 1.18.2
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fddde7f19..d903b8f38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
<!-- dependency versions in alphanumeric order -->
<asm.version>9.9</asm.version>
- <byte-buddy.version>1.17.7</byte-buddy.version>
+ <byte-buddy.version>1.18.2</byte-buddy.version>
<freemarker.version>2.3.34</freemarker.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
<jackson.version>2.19.1</jackson.version>