diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-05 14:36:55 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-05 14:36:55 +0000 |
commit | 432d3c57878a4c64003ad27f4b87f3611e4b475c (patch) | |
tree | f91fbb9c505635d4e2580a3a9089ca39d202d5fa /poi-ooxml-lite-agent | |
parent | a41aece5d33b02499a04d7fe1d72e1675c7a3989 (diff) | |
download | poi-432d3c57878a4c64003ad27f4b87f3611e4b475c.tar.gz poi-432d3c57878a4c64003ad27f4b87f3611e4b475c.zip |
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893916 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 9973c56d0d..658d93b148 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.18' - api 'net.bytebuddy:byte-buddy-agent:1.11.18' + api 'net.bytebuddy:byte-buddy:1.11.19' + api 'net.bytebuddy:byte-buddy-agent:1.11.19' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |