aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-30 14:55:20 +0000
committerGitHub <noreply@github.com>2025-01-30 14:55:20 +0000
commit96e488d65dcc8a01d39dfc78627d0f5828e6c238 (patch)
tree64fb9711ca3483b1bac4c7b1b57fd2fdd5835384
parent43aded3d9c8b1930f09c1c408944de24373ed51a (diff)
downloadpoi-dependabot/gradle/net.bytebuddy-byte-buddy-1.17.0.tar.gz
poi-dependabot/gradle/net.bytebuddy-byte-buddy-1.17.0.zip
Bump net.bytebuddy:byte-buddy from 1.16.1 to 1.17.0dependabot/gradle/net.bytebuddy-byte-buddy-1.17.0
Bumps [net.bytebuddy:byte-buddy](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 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.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 13b25ca37d..f598b6358e 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.16.1'
- api 'net.bytebuddy:byte-buddy-agent:1.16.1'
+ api 'net.bytebuddy:byte-buddy:1.17.0'
+ api 'net.bytebuddy:byte-buddy-agent:1.17.0'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}