diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 8d140d6cc6a..8790f324719 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -23,7 +23,7 @@ sourceSets { dependencies { api 'net.bytebuddy:byte-buddy:1.15.10' - api 'net.bytebuddy:byte-buddy-agent:1.15.10' + api 'net.bytebuddy:byte-buddy-agent:1.15.11' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }