aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2025-01-20 18:50:09 +0000
committerPJ Fanning <fanningpj@apache.org>2025-01-20 18:50:09 +0000
commit045a37f9c116b15416a0d859e86775f0e2517378 (patch)
tree21433b96a6fde7186d8372041a8729b7f5bc2d95 /poi-ooxml-lite-agent
parent80fd35198dca777538025a4c72be136ca975eda2 (diff)
downloadpoi-045a37f9c116b15416a0d859e86775f0e2517378.tar.gz
poi-045a37f9c116b15416a0d859e86775f0e2517378.zip
bytebuddy 1.16.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923278 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 4df0298219..3890429320 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.11'
- api 'net.bytebuddy:byte-buddy-agent:1.15.11'
+ api 'net.bytebuddy:byte-buddy:1.16.1'
+ api 'net.bytebuddy:byte-buddy-agent:1.16.1'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}