diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-11-23 19:27:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-11-23 19:27:37 +0000 |
commit | c34c58e0afcdf86c6704595f1394f5141fc2d6df (patch) | |
tree | 842523572c8003d29c1c04ff381fe4f0cc135c62 /poi-ooxml-lite-agent | |
parent | 23864119ba19dc5acaab9fb01bd9991879034d97 (diff) | |
download | poi-c34c58e0afcdf86c6704595f1394f5141fc2d6df.tar.gz poi-c34c58e0afcdf86c6704595f1394f5141fc2d6df.zip |
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895274 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 7ac673ef95..63de4acae8 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.1' - api 'net.bytebuddy:byte-buddy-agent:1.12.1' + api 'net.bytebuddy:byte-buddy:1.12.2' + api 'net.bytebuddy:byte-buddy-agent:1.12.2' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |