diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-09 16:21:21 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-09 16:21:21 +0000 |
commit | 229ad7d18486e017372ea2497b4862e8fab0e51d (patch) | |
tree | 71dda42e7d2ab699464d65fb1389f50883431eaa /poi-ooxml-lite-agent | |
parent | a488761f6db27f3ad9946674874e66c303f7d558 (diff) | |
download | poi-229ad7d18486e017372ea2497b4862e8fab0e51d.tar.gz poi-229ad7d18486e017372ea2497b4862e8fab0e51d.zip |
upgrade byte buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite-agent')
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index e4ebcd9e1d..17c9cb3b9e 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.14' - api 'net.bytebuddy:byte-buddy-agent:1.12.14' + api 'net.bytebuddy:byte-buddy:1.12.16' + api 'net.bytebuddy:byte-buddy-agent:1.12.16' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |