aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
Diffstat (limited to 'poi-ooxml-lite-agent')
-rw-r--r--poi-ooxml-lite-agent/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle
index 3a0d0af780..de47dce382 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -31,8 +31,8 @@ repositories {
}
dependencies {
- api 'net.bytebuddy:byte-buddy:1.11.20'
- api 'net.bytebuddy:byte-buddy-agent:1.11.20'
+ api 'net.bytebuddy:byte-buddy:1.11.21'
+ api 'net.bytebuddy:byte-buddy-agent:1.11.21'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}