diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-11 17:11:35 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-11 17:11:35 +0000 |
commit | 6aa3871e64d684de7916748f6c5c0013862d1c76 (patch) | |
tree | 47830d93753bae6f60cb18785fd32183bc31affb /poi-ooxml-lite-agent/build.gradle | |
parent | cfa2323f6136617475f7f47e30d260f41632e516 (diff) | |
download | poi-6aa3871e64d684de7916748f6c5c0013862d1c76.tar.gz poi-6aa3871e64d684de7916748f6c5c0013862d1c76.zip |
update byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite-agent/build.gradle')
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 658d93b148..7b6d8a3585 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.11.19' - api 'net.bytebuddy:byte-buddy-agent:1.11.19' + api 'net.bytebuddy:byte-buddy:1.11.20' + api 'net.bytebuddy:byte-buddy-agent:1.11.20' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |