aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-01-10 19:45:56 +0000
committerPJ Fanning <fanningpj@apache.org>2023-01-10 19:45:56 +0000
commitc7822f687a46896315aeaeb9a01e801419f7ce48 (patch)
treefcb7b8c7a04f25a2f26eb94e09ca408e421aaa03 /poi-ooxml-lite-agent/build.gradle
parent16cddb4dd4a6d1bc9391687320c62b92c2cdf800 (diff)
downloadpoi-c7822f687a46896315aeaeb9a01e801419f7ce48.tar.gz
poi-c7822f687a46896315aeaeb9a01e801419f7ce48.zip
byte-buddy 1.12.21
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906558 13f79535-47bb-0310-9956-ffa450edef68
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 7ce9832275..8e06f5a98f 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.12.20'
- api 'net.bytebuddy:byte-buddy-agent:1.12.20'
+ api 'net.bytebuddy:byte-buddy:1.12.21'
+ api 'net.bytebuddy:byte-buddy-agent:1.12.21'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}