aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-ooxml-lite-agent/build.gradle')
-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 8d140d6cc6..4df0298219 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.15.10'
- api 'net.bytebuddy:byte-buddy-agent:1.15.10'
+ api 'net.bytebuddy:byte-buddy:1.15.11'
+ api 'net.bytebuddy:byte-buddy-agent:1.15.11'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}