diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-16 14:43:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 14:43:07 +0000 |
commit | d978004781a5eaab74a091a01b724bbb5e09d9d0 (patch) | |
tree | 66e4bc515980be9b6f258b7fb66ec97a444fa2d2 | |
parent | b92a912e7df3a6bef54541e57e285f6d92686327 (diff) | |
download | poi-dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11.tar.gz poi-dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11.zip |
Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.15.11dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.15.11.
- [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.10...byte-buddy-1.15.11)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
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 8d140d6cc6..4df0298219 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.15.10' - api 'net.bytebuddy:byte-buddy-agent:1.15.10' + api 'net.bytebuddy:byte-buddy:1.15.11' + api 'net.bytebuddy:byte-buddy-agent:1.15.11' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |