diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-03-28 14:55:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-03-28 14:55:32 +0000 |
commit | 94393c7241e1b4cf67acd722ca996d26ac4755d5 (patch) | |
tree | da49b2214924683c898d41a51bf0d6a64c036dec /poi-ooxml/build.gradle | |
parent | a6edfe4252cb6ec28c46984966de851f58305545 (diff) | |
download | poi-94393c7241e1b4cf67acd722ca996d26ac4755d5.tar.gz poi-94393c7241e1b4cf67acd722ca996d26ac4755d5.zip |
upgrade jmh
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
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' |