This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 0f8f6e6f2 chore(deps): bump bytebuddy.version from 1.18.5 to 1.18.7
(#2604)
0f8f6e6f2 is described below
commit 0f8f6e6f2894c3ae7148cfd8933256d778b470c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 16:34:33 2026 -0600
chore(deps): bump bytebuddy.version from 1.18.5 to 1.18.7 (#2604)
Bumps `bytebuddy.version` from 1.18.5 to 1.18.7.
Updates `net.bytebuddy:byte-buddy` from 1.18.5 to 1.18.7
- [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.5...byte-buddy-1.18.7)
Updates `net.bytebuddy:byte-buddy-agent` from 1.18.5 to 1.18.7
- [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.5...byte-buddy-1.18.7)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-version: 1.18.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
dependency-version: 1.18.7
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 59ec485af..c2c59f2e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<!-- Test 3rd-party dependencies: -->
<easymock.version>5.6.0</easymock.version>
<mockito.version>5.21.0</mockito.version>
- <bytebuddy.version>1.18.5</bytebuddy.version>
+ <bytebuddy.version>1.18.7</bytebuddy.version>
<gmaven.version>4.3.1</gmaven.version>
<groovy.version>4.0.27</groovy.version>
<junit.version>5.13.4</junit.version>