]> source.dussan.org Git - poi.git/commitdiff
upgrade some build dependencies
authorPJ Fanning <fanningpj@apache.org>
Thu, 23 Sep 2021 19:08:46 +0000 (19:08 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 23 Sep 2021 19:08:46 +0000 (19:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893577 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
poi-ooxml/build.gradle

index 246bea995f541c350dac3e4752deb0067f36555d..9272efc691bc00ebabc49bb3dd7d1550be281789 100644 (file)
@@ -30,8 +30,8 @@ buildscript {
 
     dependencies {
         classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3'
-        classpath 'de.thetaphi:forbiddenapis:3.1'
-        classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.3'
+        classpath 'de.thetaphi:forbiddenapis:3.2'
+        classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.5'
     }
 }
 
@@ -115,7 +115,7 @@ subprojects {
         commonsCompressVersion = '1.21'
         commonsIoVersion = '2.11.0'
         commonsMathVersion = '3.6.1'
-        junitVersion = '5.7.2'
+        junitVersion = '5.8.1'
         log4jVersion = '2.14.1'
         mockitoVersion = '3.12.4'
         hamcrestVersion = '2.2'
index 7dca2e679cc74b1973fe8a1c7958422b031d53bf..1c4d0e00c09ebc194061e9dbbed4bebc01270c77 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -280,15 +280,15 @@ under the License.
     <dependency prefix="main.junit-plauncher" artifact="org.junit.platform:junit-platform-launcher:1.7.1" usage="main-tests"/>
 
 
-    <dependency prefix="main.jmh" artifact="org.openjdk.jmh:jmh-core:1.27" usage="main-tests"/>
-    <dependency prefix="main.jmhAnnotation" artifact="org.openjdk.jmh:jmh-generator-annprocess:1.27" 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.hamcrest" artifact="org.hamcrest:hamcrest:2.2" usage="main-tests"/>
     <dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.8.2" usage="main-tests"/>
     <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:3.6.28" usage="main-tests"/>
     <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.10.19" usage="main-tests"/>
     <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.10.19" 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.14.0" usage="main-tests"/>
+    <dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.14.1" usage="main-tests"/>
     <dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
 
     <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.9" usage="excelant"/>
index 81dd5f65d2062272e0132a94005c85b6ca94d09b..5e2edf6f2467c4d0371b9110c7d13fd5a5a91708 100644 (file)
@@ -133,8 +133,8 @@ dependencies {
     testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives')
     testImplementation 'org.xmlunit:xmlunit-core:2.8.2'
     testImplementation 'org.reflections:reflections:0.9.12'
-    testImplementation 'org.openjdk.jmh:jmh-core:1.32'
-    testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.32'
+    testImplementation 'org.openjdk.jmh:jmh-core:1.33'
+    testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.33'
     testImplementation 'com.google.guava:guava:30.1.1-jre'
     testImplementation 'org.tukaani:xz:1.9'