aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-07-15 22:42:38 +0000
committerPJ Fanning <fanningpj@apache.org>2024-07-15 22:42:38 +0000
commit9456261cba0d0b0cb77e40f38fcc42c1dfd169b4 (patch)
tree9a54e729eff50ea5d77aead1f08b4c9c8809bff0 /poi-ooxml-lite-agent/build.gradle
parentebb9cde924907a6638085bd52fe593442c606fe7 (diff)
downloadpoi-9456261cba0d0b0cb77e40f38fcc42c1dfd169b4.tar.gz
poi-9456261cba0d0b0cb77e40f38fcc42c1dfd169b4.zip
update bytebuddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919268 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 c6ed50ead4..69cd3cf91f 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.16'
- api 'net.bytebuddy:byte-buddy-agent:1.14.16'
+ api 'net.bytebuddy:byte-buddy:1.14.18'
+ api 'net.bytebuddy:byte-buddy-agent:1.14.18'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}