aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-10-17 17:09:30 +0000
committerPJ Fanning <fanningpj@apache.org>2024-10-17 17:09:30 +0000
commitdb97cf001fd2bfad836974847f2107acc7f6cdc2 (patch)
treeb5899e1df1c97c133f0f4641a98de9ff74cc2e0d /poi-ooxml-lite-agent
parent468b423168caffd91ea6f301c0d78e79dc336ae5 (diff)
downloadpoi-db97cf001fd2bfad836974847f2107acc7f6cdc2.tar.gz
poi-db97cf001fd2bfad836974847f2107acc7f6cdc2.zip
byte buddy 1.15.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921387 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 e177aa5216..bece85350b 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.15.3'
- api 'net.bytebuddy:byte-buddy-agent:1.15.3'
+ api 'net.bytebuddy:byte-buddy:1.15.5'
+ api 'net.bytebuddy:byte-buddy-agent:1.15.5'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}