diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-07 10:10:31 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-07 10:10:31 +0000 |
commit | ebb6796f699be3c524a552403548ee0eb4fbc5a4 (patch) | |
tree | bfd3f0dad3da5f5fff2330914fdfaaabd888aeaf /poi-ooxml-lite-agent | |
parent | 0ad5f6ac58fe0f21ad4488968b23575b78ea62b6 (diff) | |
download | poi-ebb6796f699be3c524a552403548ee0eb4fbc5a4.tar.gz poi-ebb6796f699be3c524a552403548ee0eb4fbc5a4.zip |
byte buddy 1.14.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910274 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 91e1ebb8d5..412a099bfd 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.3' - api 'net.bytebuddy:byte-buddy-agent:1.14.3' + api 'net.bytebuddy:byte-buddy:1.14.5' + api 'net.bytebuddy:byte-buddy-agent:1.14.5' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |