diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-09-27 18:31:45 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-09-27 18:31:45 +0000 |
commit | 2536f5164668bb961fb73cfb5e4ec9ef4ab6ecb1 (patch) | |
tree | 037a7a6efeede93c30fff43eee016ccab44e2024 /poi-ooxml-lite-agent | |
parent | 8235db87583e9ca6ce0b5ddb07e3b4b86e5c50b8 (diff) | |
download | poi-2536f5164668bb961fb73cfb5e4ec9ef4ab6ecb1.tar.gz poi-2536f5164668bb961fb73cfb5e4ec9ef4ab6ecb1.zip |
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920997 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 3dce100961..e177aa5216 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.15.1' - api 'net.bytebuddy:byte-buddy-agent:1.15.1' + api 'net.bytebuddy:byte-buddy:1.15.3' + api 'net.bytebuddy:byte-buddy-agent:1.15.3' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |