Browse Source

commons-compress 1.24.0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912246 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 8 months ago
parent
commit
67112540b9
3 changed files with 6 additions and 6 deletions
  1. 1
    1
      build.gradle
  2. 3
    3
      build.xml
  3. 2
    2
      poi-ooxml-lite-agent/build.gradle

+ 1
- 1
build.gradle View File

@@ -119,7 +119,7 @@ subprojects {
ext {
bouncyCastleVersion = '1.76'
commonsCodecVersion = '1.16.0'
commonsCompressVersion = '1.23.0'
commonsCompressVersion = '1.24.0'
commonsIoVersion = '2.13.0'
commonsMathVersion = '3.6.1'
junitVersion = '5.10.0'

+ 3
- 3
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.1" usage="main-tests"/>
<dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.11.0" usage="main-tests"/>
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.14.5" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.14.5" usage="main-tests"/>
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.14.7" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.14.7" 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.20.0" usage="main-tests"/>
<dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
@@ -332,7 +332,7 @@ under the License.
<!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
<dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.08" usage="ooxml"/>
<dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.1.1" usage="ooxml"/>
<dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.23.0" usage="ooxml"/>
<dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.24.0" usage="ooxml"/>

<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->
<dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10.2" usage="ooxml-tests"/>

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

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

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


Loading…
Cancel
Save