diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index fef003b327..8964cab094 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -22,8 +22,8 @@ sourceSets { } dependencies { - api 'net.bytebuddy:byte-buddy:1.17.5' - api 'net.bytebuddy:byte-buddy-agent:1.17.5' + api 'net.bytebuddy:byte-buddy:1.17.7' + api 'net.bytebuddy:byte-buddy-agent:1.17.7' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }