diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-03 12:48:31 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-03 12:48:31 +0000 |
commit | 7e00f3594aa18e9e96a6490f8cf3d396c70c0d1f (patch) | |
tree | a78f40efe5cbb29b07f73426415a1f487a297f0f /poi-ooxml-lite-agent/build.gradle | |
parent | 10cd7dc8ed33b2a28da9fde3103de3adc20eb881 (diff) | |
download | poi-7e00f3594aa18e9e96a6490f8cf3d396c70c0d1f.tar.gz poi-7e00f3594aa18e9e96a6490f8cf3d396c70c0d1f.zip |
upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895549 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 63de4acae8..4b17795650 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.2' - api 'net.bytebuddy:byte-buddy-agent:1.12.2' + api 'net.bytebuddy:byte-buddy:1.12.+' + api 'net.bytebuddy:byte-buddy-agent:1.12.+' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |