aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-08-27 18:48:12 +0000
committerPJ Fanning <fanningpj@apache.org>2024-08-27 18:48:12 +0000
commit6a68645f62e572b378386f9a707621e77b1ff6d6 (patch)
treeb9a3de90151d54871ea7741d60e1d1284c07eca9 /poi-ooxml-lite-agent
parent41ea754510c8e73c029c6d49aa07c54b60ac2b12 (diff)
downloadpoi-6a68645f62e572b378386f9a707621e77b1ff6d6.tar.gz
poi-6a68645f62e572b378386f9a707621e77b1ff6d6.zip
bytebuddy 1.15.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920233 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 d87164805a..dc8b35a51b 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.14.19'
- api 'net.bytebuddy:byte-buddy-agent:1.14.19'
+ api 'net.bytebuddy:byte-buddy:1.15.0'
+ api 'net.bytebuddy:byte-buddy-agent:1.15.0'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}