aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-08-02 13:24:44 +0000
committerPJ Fanning <fanningpj@apache.org>2022-08-02 13:24:44 +0000
commite16da8059c395c88fb0459de363f39ade1955257 (patch)
tree1c6894af483e978d92ceb197ae5f1c435468f521 /poi-ooxml-lite-agent/build.gradle
parent266619f3638c0b82f14b5a6a934a9ee8b641685e (diff)
downloadpoi-e16da8059c395c88fb0459de363f39ade1955257.tar.gz
poi-e16da8059c395c88fb0459de363f39ade1955257.zip
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903196 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite-agent/build.gradle')
-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 88680e567e..a3c766b0b7 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.12.12'
- api 'net.bytebuddy:byte-buddy-agent:1.12.12'
+ api 'net.bytebuddy:byte-buddy:1.12.13'
+ api 'net.bytebuddy:byte-buddy-agent:1.12.13'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}