diff --git a/build.xml b/build.xml index 63d605a606..7a43175f79 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 a4dcaf7331..e5720316c8 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -24,8 +24,8 @@ sourceSets { } dependencies { - api 'net.bytebuddy:byte-buddy:1.12.18' - api 'net.bytebuddy:byte-buddy-agent:1.12.18' + api 'net.bytebuddy:byte-buddy:1.12.19' + api 'net.bytebuddy:byte-buddy-agent:1.12.19' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }