diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-10 14:10:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 14:10:54 +0000 |
commit | 5d3940091eb6896a0add66e2cd7387a26bfb1e2d (patch) | |
tree | b1405641d41acb481d9a7cf2c2da2f5971daeafd | |
parent | f8bbec3104cbffb52bb1c9784a5747a1f339d0f9 (diff) | |
download | poi-dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4.tar.gz poi-dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4.zip |
Bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.4dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.3 to 1.15.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.15.3...byte-buddy-1.15.4)
---
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 e177aa5216..d5da7705e9 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.3' - api 'net.bytebuddy:byte-buddy-agent:1.15.3' + api 'net.bytebuddy:byte-buddy:1.15.4' + api 'net.bytebuddy:byte-buddy-agent:1.15.4' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |