diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index d548f60fda..01df3553c8 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.18.1' - api 'net.bytebuddy:byte-buddy-agent:1.18.1' + api 'net.bytebuddy:byte-buddy:1.18.2' + api 'net.bytebuddy:byte-buddy-agent:1.18.2' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }