diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-11-08 19:28:16 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-11-08 19:28:16 +0000 |
commit | c9a094369034867314688b7567d0e2be0d685da1 (patch) | |
tree | b7fff47f99d630f48fa5daaac10b92c96224bb11 /poi-ooxml-lite-agent/build.gradle | |
parent | 5a59376389cb13b211aabea588a822b030b79081 (diff) | |
download | poi-c9a094369034867314688b7567d0e2be0d685da1.tar.gz poi-c9a094369034867314688b7567d0e2be0d685da1.zip |
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894845 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 a1b5c915ed..d125eed345 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.22' - api 'net.bytebuddy:byte-buddy-agent:1.11.22' + api 'net.bytebuddy:byte-buddy:1.12.0' + api 'net.bytebuddy:byte-buddy-agent:1.12.0' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |