diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 958f083f7a4..783e83bcd34 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.14.12' - api 'net.bytebuddy:byte-buddy-agent:1.14.12' + api 'net.bytebuddy:byte-buddy:1.14.15' + api 'net.bytebuddy:byte-buddy-agent:1.14.15' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" }