summaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-18 12:42:21 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-18 12:42:21 +0000
commit5d23faf3cc0ce018b7c50bb9ac5a398c789fff2b (patch)
tree22b9c816c6fe0a25fb2e022d5d691eac6edbe85e /poi-ooxml-lite-agent
parent91b1e2072b9ca2e83057d0529bca68aef3f08ae2 (diff)
downloadpoi-5d23faf3cc0ce018b7c50bb9ac5a398c789fff2b.tar.gz
poi-5d23faf3cc0ce018b7c50bb9ac5a398c789fff2b.zip
upgrade build/test dependencies
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894350 13f79535-47bb-0310-9956-ffa450edef68
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}"
}