aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-03-07 22:14:01 +0000
committerPJ Fanning <fanningpj@apache.org>2023-03-07 22:14:01 +0000
commitc8ef2e89bafa8f98ae454b89c59461f5bc0c3f50 (patch)
treeb57553beb3e5fe9fcf80793720fdda58f5edd1d6 /poi-ooxml-lite-agent/build.gradle
parent1639f8b923bb4a56e56bf76d1b8dd3449a7f1814 (diff)
downloadpoi-c8ef2e89bafa8f98ae454b89c59461f5bc0c3f50.tar.gz
poi-c8ef2e89bafa8f98ae454b89c59461f5bc0c3f50.zip
byte-buddy 1.14.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908174 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 f402e4af2b..56cc44cb49 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.0'
- api 'net.bytebuddy:byte-buddy-agent:1.14.0'
+ api 'net.bytebuddy:byte-buddy:1.14.1'
+ api 'net.bytebuddy:byte-buddy-agent:1.14.1'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}