aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-21 14:31:28 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-21 14:31:28 +0000
commitb28a8ffb4e14f66864db426a5073d2b031a6e801 (patch)
tree0ce5d257cf18b3d6c868cd35d04fc3fd9760e1e2 /poi-ooxml-lite-agent/build.gradle
parentd4459839edad759deba81d0a5b9afe9e504fbf23 (diff)
downloadpoi-b28a8ffb4e14f66864db426a5073d2b031a6e801.tar.gz
poi-b28a8ffb4e14f66864db426a5073d2b031a6e801.zip
byte-buddy 1.12.17
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904197 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 17c9cb3b9e..4a59495222 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -24,8 +24,8 @@ sourceSets {
}
dependencies {
- api 'net.bytebuddy:byte-buddy:1.12.16'
- api 'net.bytebuddy:byte-buddy-agent:1.12.16'
+ api 'net.bytebuddy:byte-buddy:1.12.17'
+ api 'net.bytebuddy:byte-buddy-agent:1.12.17'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}