aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-04-04 19:06:37 +0000
committerPJ Fanning <fanningpj@apache.org>2023-04-04 19:06:37 +0000
commitd356ddd05899c7c2ae92cf799b1f53cca4fd2a51 (patch)
tree885d1be2691bf07dd6dfe3a500034e0b68f2e66b /poi-ooxml-lite-agent/build.gradle
parent2bf82a487f0dd3779b4a044c27976be4ad838faf (diff)
downloadpoi-d356ddd05899c7c2ae92cf799b1f53cca4fd2a51.tar.gz
poi-d356ddd05899c7c2ae92cf799b1f53cca4fd2a51.zip
byte-buddy 1.14.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908968 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 00f9b4f514..91e1ebb8d5 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.2'
- api 'net.bytebuddy:byte-buddy-agent:1.14.2'
+ api 'net.bytebuddy:byte-buddy:1.14.3'
+ api 'net.bytebuddy:byte-buddy-agent:1.14.3'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}