aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-10-11 13:58:17 +0000
committerPJ Fanning <fanningpj@apache.org>2022-10-11 13:58:17 +0000
commit07d2e790fdaf0485ace851a682a7a62a9fe00b19 (patch)
treec12a847af8b39588fc06aafbd300ee2c9340b627 /poi-ooxml-lite-agent
parent8c7db40f81aa5a2ebfbbd88bef73861ca283efef (diff)
downloadpoi-07d2e790fdaf0485ace851a682a7a62a9fe00b19.tar.gz
poi-07d2e790fdaf0485ace851a682a7a62a9fe00b19.zip
byte-buddy 1.12.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904520 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 4a59495222..a4dcaf7331 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -24,8 +24,8 @@ sourceSets {
}
dependencies {
- api 'net.bytebuddy:byte-buddy:1.12.17'
- api 'net.bytebuddy:byte-buddy-agent:1.12.17'
+ api 'net.bytebuddy:byte-buddy:1.12.18'
+ api 'net.bytebuddy:byte-buddy-agent:1.12.18'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}