diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-04 14:13:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 14:13:26 +0000 |
commit | 5a65bd35b4cb4294e7880610215726bbe437d6fd (patch) | |
tree | 6dee89a9b3837d544cc33a741ae150319d33873c | |
parent | 0b758a45ba3c00c1b31de3f52e50cbabf92b84a7 (diff) | |
download | poi-dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10.tar.gz poi-dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10.zip |
Bump net.bytebuddy:byte-buddy-agent from 1.15.7 to 1.15.10dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.15.7 to 1.15.10.
- [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.15.7...byte-buddy-1.15.10)
---
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 a42151a9b3..ef8455553e 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.15.7' - api 'net.bytebuddy:byte-buddy-agent:1.15.7' + api 'net.bytebuddy:byte-buddy-agent:1.15.10' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |