diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index d28a236275..9973c56d0d 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.11.13' - api 'net.bytebuddy:byte-buddy-agent:1.11.13' + api 'net.bytebuddy:byte-buddy:1.11.18' + api 'net.bytebuddy:byte-buddy-agent:1.11.18' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }