aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-08-30 17:15:58 +0000
committerPJ Fanning <fanningpj@apache.org>2024-08-30 17:15:58 +0000
commita2289f45969206619fc69fff11f8675775cd02b2 (patch)
treedf8b838a883e6b15d575c8db0c7bb59edbf87dc5 /poi-ooxml-lite-agent
parent6a68645f62e572b378386f9a707621e77b1ff6d6 (diff)
downloadpoi-a2289f45969206619fc69fff11f8675775cd02b2.tar.gz
poi-a2289f45969206619fc69fff11f8675775cd02b2.zip
bytebuddy 1.15.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920301 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 dc8b35a51b..3dce100961 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.0'
- api 'net.bytebuddy:byte-buddy-agent:1.15.0'
+ api 'net.bytebuddy:byte-buddy:1.15.1'
+ api 'net.bytebuddy:byte-buddy-agent:1.15.1'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}