diff options
Diffstat (limited to 'poi-ooxml-lite-agent/build.gradle')
-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 3dce100961..3657fdd38f 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.1' - api 'net.bytebuddy:byte-buddy-agent:1.15.1' + api 'net.bytebuddy:byte-buddy-agent:1.15.3' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |