aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-24 16:04:25 +0000
committerGitHub <noreply@github.com>2025-03-24 16:04:25 +0000
commitfe2feca450deb1bd392e14556b574fc5889be326 (patch)
treed46ae52a97cfb084a5128666ba6f9b9704f65652
parenta076204fac05afdedbfc4c52b888e0c39337ec78 (diff)
downloadpoi-dependabot/gradle/net.bytebuddy-byte-buddy-1.17.4.tar.gz
poi-dependabot/gradle/net.bytebuddy-byte-buddy-1.17.4.zip
Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4dependabot/gradle/net.bytebuddy-byte-buddy-1.17.4
Bumps [net.bytebuddy:byte-buddy](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 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.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle
index fd2bcdb01f..48c0b3b044 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.2'
- api 'net.bytebuddy:byte-buddy-agent:1.17.2'
+ api 'net.bytebuddy:byte-buddy:1.17.4'
+ api 'net.bytebuddy:byte-buddy-agent:1.17.4'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}