diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-12-15 12:06:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-12-15 12:06:39 +0000 |
commit | 2a34e5a31eead69646f8670b6863ce9d176af1cf (patch) | |
tree | 4e99dcfcec8541cb7d6ca8f7c6923f385ed27c0d /poi-ooxml-lite-agent | |
parent | 0d382b4c67549b553db2563ccd030a6c390db5db (diff) | |
download | poi-2a34e5a31eead69646f8670b6863ce9d176af1cf.tar.gz poi-2a34e5a31eead69646f8670b6863ce9d176af1cf.zip |
upgrade mockito and byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906012 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 e5720316c8..168caf8bf3 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.12.19' - api 'net.bytebuddy:byte-buddy-agent:1.12.19' + api 'net.bytebuddy:byte-buddy:1.12.20' + api 'net.bytebuddy:byte-buddy-agent:1.12.20' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |