diff options
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 8d140d6cc6..8790f32471 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}" } |