aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-10-24 17:09:34 +0000
committerPJ Fanning <fanningpj@apache.org>2023-10-24 17:09:34 +0000
commit7c5a3ee7fc50e511b139a96c3ca4236046f60cd2 (patch)
tree8f3f8fedf0ae630d55e914a50acf63d1ea099cc8 /poi-ooxml-lite-agent/build.gradle
parentefba2c39cebca239c654cf716289ad1a5abf84d5 (diff)
downloadpoi-7c5a3ee7fc50e511b139a96c3ca4236046f60cd2.tar.gz
poi-7c5a3ee7fc50e511b139a96c3ca4236046f60cd2.zip
bytebuddy 1.14.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913272 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 1a930fcc3b..cb60a1293b 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.7'
- api 'net.bytebuddy:byte-buddy-agent:1.14.7'
+ api 'net.bytebuddy:byte-buddy:1.14.9'
+ api 'net.bytebuddy:byte-buddy-agent:1.14.9'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}