aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-31 14:55:16 +0000
committerGitHub <noreply@github.com>2025-03-31 14:55:16 +0000
commit6f6d2e417daf3d50a652a579ed5c4daa90d527d3 (patch)
treefa20d399d590c67115fba1657329c8e1653c2693
parentcdb8fad845d8925b5fe5316b0b7b9653813764ab (diff)
downloadpoi-dependabot/gradle/net.bytebuddy-byte-buddy-1.17.5.tar.gz
poi-dependabot/gradle/net.bytebuddy-byte-buddy-1.17.5.zip
Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5dependabot/gradle/net.bytebuddy-byte-buddy-1.17.5
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.4 to 1.17.5. - [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.4...byte-buddy-1.17.5) --- 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 48c0b3b044..fef003b327 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.4'
- api 'net.bytebuddy:byte-buddy-agent:1.17.4'
+ api 'net.bytebuddy:byte-buddy:1.17.5'
+ api 'net.bytebuddy:byte-buddy-agent:1.17.5'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}