diff --git a/build.xml b/build.xml index a132298c11..10a7e4b673 100644 --- a/build.xml +++ b/build.xml @@ -280,8 +280,8 @@ under the License. - - + + diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 1b9fef1401..2d84bae981 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -136,8 +136,8 @@ dependencies { testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" testImplementation 'org.xmlunit:xmlunit-core:2.9.0' testImplementation 'org.reflections:reflections:0.10.2' - testImplementation 'org.openjdk.jmh:jmh-core:1.34' - testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.34' + testImplementation 'org.openjdk.jmh:jmh-core:1.35' + testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.35' testImplementation 'com.google.guava:guava:31.1-jre' testImplementation 'org.tukaani:xz:1.9' testImplementation 'com.github.rzymek:opczip:1.2.0'