aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-24 15:07:19 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-24 15:07:19 +0000
commit64f19851fc78e5ec5d188f85136eb94b8c73fa12 (patch)
tree82bd144526bfaee0012e84e25cb76ed9d34bc2e0 /poi-ooxml-lite-agent
parentabe22ef8f75df2213b41b986c4201835bdd55fe3 (diff)
downloadpoi-64f19851fc78e5ec5d188f85136eb94b8c73fa12.tar.gz
poi-64f19851fc78e5ec5d188f85136eb94b8c73fa12.zip
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893601 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 d28a236275..9973c56d0d 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -24,8 +24,8 @@ sourceSets {
}
dependencies {
- api 'net.bytebuddy:byte-buddy:1.11.13'
- api 'net.bytebuddy:byte-buddy-agent:1.11.13'
+ api 'net.bytebuddy:byte-buddy:1.11.18'
+ api 'net.bytebuddy:byte-buddy-agent:1.11.18'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}