diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-02-16 15:05:18 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-02-16 15:05:18 +0000 |
commit | 99ec2c6c0f130f564a4bcc7b339b2e3ea6f4dd89 (patch) | |
tree | 43212e707fd4f3ab458b0a09860881f62c751263 /poi-ooxml-lite-agent/build.gradle | |
parent | 6a8994ee0e6c59aa231570307a5dd213784993c3 (diff) | |
download | poi-99ec2c6c0f130f564a4bcc7b339b2e3ea6f4dd89.tar.gz poi-99ec2c6c0f130f564a4bcc7b339b2e3ea6f4dd89.zip |
byte buddy 1.14.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915817 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 cb60a1293b..958f083f7a 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.9' - api 'net.bytebuddy:byte-buddy-agent:1.14.9' + api 'net.bytebuddy:byte-buddy:1.14.12' + api 'net.bytebuddy:byte-buddy-agent:1.14.12' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |