diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-29 16:54:46 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-29 16:54:46 +0000 |
commit | a35532e9ea96ce09ad607671a33161d1c6d3ea5b (patch) | |
tree | fd7ac212a1660989a9144ac121c0820d354f692f /poi-ooxml-lite-agent | |
parent | 567b8fde923d7821a860f878a75e55cf6ce7360d (diff) | |
download | poi-a35532e9ea96ce09ad607671a33161d1c6d3ea5b.tar.gz poi-a35532e9ea96ce09ad607671a33161d1c6d3ea5b.zip |
byte-buddy 1.11.22
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894623 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 3ff0fcac26..a1b5c915ed 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.21' - api 'net.bytebuddy:byte-buddy-agent:1.11.21' + api 'net.bytebuddy:byte-buddy:1.11.22' + api 'net.bytebuddy:byte-buddy-agent:1.11.22' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |