change bytebuddy version due to gradle warning

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-07-21 20:19:39 +00:00
parent 2d44904c6d
commit 47a86037b6
1 changed files with 2 additions and 2 deletions

View File

@ -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}"
}