aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-30 14:55:15 +0000
committerGitHub <noreply@github.com>2025-01-30 14:55:15 +0000
commitf6ba82c2b39aac3eae0dc8d8c9a9b5e9251375f6 (patch)
tree62d1d70ed6c964cceeea31206d5e6918dbd62842
parent43aded3d9c8b1930f09c1c408944de24373ed51a (diff)
downloadpoi-dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.0.tar.gz
poi-dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.0.zip
Bump net.bytebuddy:byte-buddy-agent from 1.16.1 to 1.17.0dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.0
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.16.1 to 1.17.0. - [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.16.1...byte-buddy-1.17.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--poi-ooxml-lite-agent/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle
index 13b25ca37d..73bbbe482b 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.16.1'
- api 'net.bytebuddy:byte-buddy-agent:1.16.1'
+ api 'net.bytebuddy:byte-buddy-agent:1.17.0'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}