]> source.dussan.org Git - poi.git/commitdiff
jmh plugin 1.34
authorPJ Fanning <fanningpj@apache.org>
Fri, 24 Dec 2021 14:31:30 +0000 (14:31 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 24 Dec 2021 14:31:30 +0000 (14:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896362 13f79535-47bb-0310-9956-ffa450edef68

build.xml
poi-ooxml/build.gradle

index ebb781c4fc249f3980868a53101d608ed7e108a0..32bf95914a7369d727746b91d750a9209433db17 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -280,8 +280,8 @@ under the License.
     <dependency prefix="main.junit-plauncher" artifact="org.junit.platform:junit-platform-launcher:1.8.1" usage="main-tests"/>
 
 
-    <dependency prefix="main.jmh" artifact="org.openjdk.jmh:jmh-core:1.33" usage="main-tests"/>
-    <dependency prefix="main.jmhAnnotation" artifact="org.openjdk.jmh:jmh-generator-annprocess:1.33" usage="main-tests"/>
+    <dependency prefix="main.jmh" artifact="org.openjdk.jmh:jmh-core:1.34" usage="main-tests"/>
+    <dependency prefix="main.jmhAnnotation" artifact="org.openjdk.jmh:jmh-generator-annprocess:1.34" usage="main-tests"/>
     <dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:2.2" usage="main-tests"/>
     <dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.8.4" usage="main-tests"/>
     <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.2.0" usage="main-tests"/>
index f29c0f79ca720f385175dbf054f9725e5d67f9e6..cecb3cb6df9c5d32f5051b03410d8056be9e606b 100644 (file)
@@ -136,8 +136,8 @@ dependencies {
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
     testImplementation 'org.xmlunit:xmlunit-core:2.8.4'
     testImplementation 'org.reflections:reflections:0.10.2'
-    testImplementation 'org.openjdk.jmh:jmh-core:1.33'
-    testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.33'
+    testImplementation 'org.openjdk.jmh:jmh-core:1.34'
+    testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.34'
     testImplementation 'com.google.guava:guava:31.0.1-jre'
     testImplementation 'org.tukaani:xz:1.9'