diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-13 21:08:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-13 21:08:39 +0000 |
commit | 1927f67563387cab26ced62e022e44c61f74d532 (patch) | |
tree | 13baff9855cc2b052bee2fd3f3d0dc6fba2a8a37 /poi-ooxml-lite-agent/build.gradle | |
parent | 133358559013324acc863886fc5a6acbaebfd93d (diff) | |
download | poi-1927f67563387cab26ced62e022e44c61f74d532.tar.gz poi-1927f67563387cab26ced62e022e44c61f74d532.zip |
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908357 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 56cc44cb49..00f9b4f514 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.1' - api 'net.bytebuddy:byte-buddy-agent:1.14.1' + api 'net.bytebuddy:byte-buddy:1.14.2' + api 'net.bytebuddy:byte-buddy-agent:1.14.2' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |