diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-16 15:37:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-16 15:37:02 +0000 |
commit | a22f1236f48a875d37de39dafaa41817877888dc (patch) | |
tree | a69b60d27a70e68698d0e99d766bc7b1d4027961 | |
parent | 779358f30921407d9d3d08b4dc613b76eef2d808 (diff) | |
download | poi-dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.6.tar.gz poi-dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.6.zip |
Bump net.bytebuddy:byte-buddy-agent from 1.17.5 to 1.17.6dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.6
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.17.5 to 1.17.6.
- [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.5...byte-buddy-1.17.6)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-agent
dependency-version: 1.17.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index fef003b327..a030f5c939 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -22,8 +22,8 @@ sourceSets { } dependencies { - api 'net.bytebuddy:byte-buddy:1.17.5' - api 'net.bytebuddy:byte-buddy-agent:1.17.5' + api 'net.bytebuddy:byte-buddy:1.17.6' + api 'net.bytebuddy:byte-buddy-agent:1.17.6' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |