aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-10-23 20:34:58 +0000
committerPJ Fanning <fanningpj@apache.org>2024-10-23 20:34:58 +0000
commita528d43590b3f71aa94310de881a35af887fdd0f (patch)
tree746b357bf1dca8ab51016452e5a5e82470c746b1 /poi-ooxml-lite-agent
parent7c17cc5e8f1bc0868012dda244e01f3de63b382a (diff)
downloadpoi-a528d43590b3f71aa94310de881a35af887fdd0f.tar.gz
poi-a528d43590b3f71aa94310de881a35af887fdd0f.zip
bytebuddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite-agent')
-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 bece85350b..a42151a9b3 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.5'
- api 'net.bytebuddy:byte-buddy-agent:1.15.5'
+ api 'net.bytebuddy:byte-buddy:1.15.7'
+ api 'net.bytebuddy:byte-buddy-agent:1.15.7'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}