Browse Source

byte-buddy 1.12.17

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904197 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 1 year ago
parent
commit
b28a8ffb4e
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      build.xml
  2. 2
    2
      poi-ooxml-lite-agent/build.gradle

+ 2
- 2
build.xml View File

@@ -285,8 +285,8 @@ under the License.
<dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:2.2" usage="main-tests"/>
<dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.9.0" usage="main-tests"/>
<dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.8.0" usage="main-tests"/>
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.16" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.16" usage="main-tests"/>
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.17" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.17" usage="main-tests"/>
<dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" usage="main-tests"/>
<dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.19.0" usage="main-tests"/>
<dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>

+ 2
- 2
poi-ooxml-lite-agent/build.gradle View File

@@ -24,8 +24,8 @@ sourceSets {
}

dependencies {
api 'net.bytebuddy:byte-buddy:1.12.16'
api 'net.bytebuddy:byte-buddy-agent:1.12.16'
api 'net.bytebuddy:byte-buddy:1.12.17'
api 'net.bytebuddy:byte-buddy-agent:1.12.17'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}


Loading…
Cancel
Save