aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-23 19:08:46 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-23 19:08:46 +0000
commit595372f5a5346691d0c3ad6712d9fe895f6fb99b (patch)
treeb72540629275d8e2f6d37dfbfe674f63e2e8a952 /build.gradle
parent4fbadb0cfd0deaa6dc331853eb755b6e8f557098 (diff)
downloadpoi-595372f5a5346691d0c3ad6712d9fe895f6fb99b.tar.gz
poi-595372f5a5346691d0c3ad6712d9fe895f6fb99b.zip
upgrade some build dependencies
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893577 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 246bea995f..9272efc691 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'