diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-09-11 14:34:51 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-09-11 14:34:51 +0000 |
commit | 67112540b9e7708901fe36461cae81c8cca3bff5 (patch) | |
tree | 379099697b9337909b37c89ca8cb93161e7aad7d /poi-ooxml-lite-agent/build.gradle | |
parent | d7884a4e0f7e1970f8e1fbb7d8593a4c1813c162 (diff) | |
download | poi-67112540b9e7708901fe36461cae81c8cca3bff5.tar.gz poi-67112540b9e7708901fe36461cae81c8cca3bff5.zip |
commons-compress 1.24.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite-agent/build.gradle')
-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 412a099bfd..1a930fcc3b 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.14.5' - api 'net.bytebuddy:byte-buddy-agent:1.14.5' + api 'net.bytebuddy:byte-buddy:1.14.7' + api 'net.bytebuddy:byte-buddy-agent:1.14.7' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |