diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-02-10 20:40:12 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-02-10 20:40:12 +0000 |
commit | bdd39251eff5d29996a5fa1818e0640f49c1f219 (patch) | |
tree | 8e204228390e4fe728905afedd1dd4f04da4704c /poi-ooxml-lite-agent | |
parent | 46a1548f8321379f107ae0cede92ec98308df4e2 (diff) | |
download | poi-bdd39251eff5d29996a5fa1818e0640f49c1f219.tar.gz poi-bdd39251eff5d29996a5fa1818e0640f49c1f219.zip |
byte buddy 1.12.22
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite-agent')
-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 7393144e92..603bd1ce06 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.12.22' - api 'net.bytebuddy:byte-buddy-agent:1.12.22' + api 'net.bytebuddy:byte-buddy:1.12.23' + api 'net.bytebuddy:byte-buddy-agent:1.12.23' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |