diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-08-22 15:05:57 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-08-22 15:05:57 +0000 |
commit | 2a661a53212bd2f21606958941dff38cdef27455 (patch) | |
tree | 91775de0fbf9566b93ab1357271f4613a36c1898 /poi-ooxml-lite-agent | |
parent | 908fb7f9f93fbcba63c8cf055d4d2b413b04f1a5 (diff) | |
download | poi-2a661a53212bd2f21606958941dff38cdef27455.tar.gz poi-2a661a53212bd2f21606958941dff38cdef27455.zip |
byte-buddy 1.12.14
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903629 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 a3c766b0b7..e4ebcd9e1d 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.13' - api 'net.bytebuddy:byte-buddy-agent:1.12.13' + api 'net.bytebuddy:byte-buddy:1.12.14' + api 'net.bytebuddy:byte-buddy-agent:1.12.14' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |