diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-05-22 14:06:05 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-05-22 14:06:05 +0000 |
commit | 7027eb5e8af333d81240ae1e4f6cc2b6083534f9 (patch) | |
tree | 9d69b3ebe10b91d66dd04f4559422932748a826e /poi-ooxml-lite-agent/build.gradle | |
parent | 5f7db2755986ea308bb5a50dc5a842cca610ae8b (diff) | |
download | poi-7027eb5e8af333d81240ae1e4f6cc2b6083534f9.tar.gz poi-7027eb5e8af333d81240ae1e4f6cc2b6083534f9.zip |
byte buddy 1.14.16
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917902 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 958f083f7a..c6ed50ead4 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.12' - api 'net.bytebuddy:byte-buddy-agent:1.14.12' + api 'net.bytebuddy:byte-buddy:1.14.16' + api 'net.bytebuddy:byte-buddy-agent:1.14.16' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |