diff --git a/build.xml b/build.xml index 5c10169fda..32fee988cb 100644 --- a/build.xml +++ b/build.xml @@ -285,8 +285,8 @@ under the License. - - + + diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index a42151a9b3..8d140d6cc6 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.7' - api 'net.bytebuddy:byte-buddy-agent:1.15.7' + api 'net.bytebuddy:byte-buddy:1.15.10' + api 'net.bytebuddy:byte-buddy-agent:1.15.10' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }