diff --git a/build.xml b/build.xml index 0687e8d9eb..c4cc23d914 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 17c9cb3b9e..4a59495222 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.16' - api 'net.bytebuddy:byte-buddy-agent:1.12.16' + api 'net.bytebuddy:byte-buddy:1.12.17' + api 'net.bytebuddy:byte-buddy-agent:1.12.17' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }