diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-01-13 12:08:02 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-01-13 12:08:02 +0000 |
commit | a00cc9ff2bbe1ecf30563a75fcccdbc7716a58c6 (patch) | |
tree | 155a31c23592a8f40a5d13d66cbc9f88cd168ec9 /poi-ooxml-lite-agent | |
parent | 56daedd9ddfb2b32a83685100084152d9a4f6c0d (diff) | |
download | poi-a00cc9ff2bbe1ecf30563a75fcccdbc7716a58c6.tar.gz poi-a00cc9ff2bbe1ecf30563a75fcccdbc7716a58c6.zip |
byte-buddy 1.12.22
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906653 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 8e06f5a98f..7393144e92 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.21' - api 'net.bytebuddy:byte-buddy-agent:1.12.21' + api 'net.bytebuddy:byte-buddy:1.12.22' + api 'net.bytebuddy:byte-buddy-agent:1.12.22' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |