diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-24 16:04:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 16:04:15 +0000 |
commit | aa29c062b5dfd0d4f25ff8759a32fb7b367e5efa (patch) | |
tree | 8d171ddc0691c3472b2e79d40410dc8cfc2d9849 | |
parent | a076204fac05afdedbfc4c52b888e0c39337ec78 (diff) | |
download | poi-dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.4.tar.gz poi-dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.4.zip |
Bump net.bytebuddy:byte-buddy-agent from 1.17.2 to 1.17.4dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.4
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.17.2 to 1.17.4.
- [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.2...byte-buddy-1.17.4)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-agent
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index fd2bcdb01f..d9b0e06914 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -23,7 +23,7 @@ sourceSets { dependencies { api 'net.bytebuddy:byte-buddy:1.17.2' - api 'net.bytebuddy:byte-buddy-agent:1.17.2' + api 'net.bytebuddy:byte-buddy-agent:1.17.4' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |