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 b704cb942 build(deps-dev): bump byte-buddy.version from 1.18.4 to
1.18.5 (#1583)
b704cb942 is described below
commit b704cb942e4490f89ae2e77f51bcfea0513b0534
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 18 08:41:25 2026 +0100
build(deps-dev): bump byte-buddy.version from 1.18.4 to 1.18.5 (#1583)
Bumps `byte-buddy.version` from 1.18.4 to 1.18.5.
Updates `net.bytebuddy:byte-buddy` from 1.18.4 to 1.18.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.18.4...byte-buddy-1.18.5)
Updates `net.bytebuddy:byte-buddy-agent` from 1.18.4 to 1.18.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.18.4...byte-buddy-1.18.5)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-version: 1.18.5
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
dependency-version: 1.18.5
dependency-type: direct:development
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f41e507a6..a9f5b75be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
<!-- dependency versions in alphanumeric order -->
<asm.version>9.9.1</asm.version>
- <byte-buddy.version>1.18.4</byte-buddy.version>
+ <byte-buddy.version>1.18.5</byte-buddy.version>
<freemarker.version>2.3.34</freemarker.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
<jackson.version>2.21.0</jackson.version>