diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index e177aa52163..2cb8ff74598 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.3' - api 'net.bytebuddy:byte-buddy-agent:1.15.3' + api 'net.bytebuddy:byte-buddy-agent:1.15.5' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }