aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-08-20 16:30:34 +0000
committerPJ Fanning <fanningpj@apache.org>2024-08-20 16:30:34 +0000
commitf33b2cbd51a12084bf4365521b53a6cf2eccb0f1 (patch)
tree3199a7658a97530eb56cc81c1996b4fc0ad71719 /poi-ooxml-lite-agent
parentcbda6bccf44db7ca2b5c54a919f05f920db843da (diff)
downloadpoi-f33b2cbd51a12084bf4365521b53a6cf2eccb0f1.tar.gz
poi-f33b2cbd51a12084bf4365521b53a6cf2eccb0f1.zip
upgrade bytebuddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920075 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 69cd3cf91f..d87164805a 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.18'
- api 'net.bytebuddy:byte-buddy-agent:1.14.18'
+ api 'net.bytebuddy:byte-buddy:1.14.19'
+ api 'net.bytebuddy:byte-buddy-agent:1.14.19'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}