diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-07-21 20:19:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-07-21 20:19:39 +0000 |
commit | 47a86037b6b15ccb23ae5eaffcad1cfdfac620d3 (patch) | |
tree | d0eb2f6a17e61cf6a95777dda59bc81380378b69 /poi-ooxml-lite-agent | |
parent | 2d44904c6d06d63073d2ca5c392769cf3d097875 (diff) | |
download | poi-47a86037b6b15ccb23ae5eaffcad1cfdfac620d3.tar.gz poi-47a86037b6b15ccb23ae5eaffcad1cfdfac620d3.zip |
change bytebuddy version due to gradle warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902924 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 d89680f47a..88680e567e 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.+' - api 'net.bytebuddy:byte-buddy-agent:1.12.+' + api 'net.bytebuddy:byte-buddy:1.12.12' + api 'net.bytebuddy:byte-buddy-agent:1.12.12' api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } |