aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-07-21 20:19:39 +0000
committerPJ Fanning <fanningpj@apache.org>2022-07-21 20:19:39 +0000
commit47a86037b6b15ccb23ae5eaffcad1cfdfac620d3 (patch)
treed0eb2f6a17e61cf6a95777dda59bc81380378b69 /poi-ooxml-lite-agent
parent2d44904c6d06d63073d2ca5c392769cf3d097875 (diff)
downloadpoi-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.gradle4
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}"
}