aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2021-04-06 06:10:33 +0000
committerDominik Stadler <centic@apache.org>2021-04-06 06:10:33 +0000
commit06707dca8930b276782523b10d08b33be4517cd7 (patch)
tree569a18d3d7b516136829befcddcad535b72dba90 /build.gradle
parent51b04fc690cbeb8859aca8ad049bb8aea94db0dd (diff)
downloadpoi-06707dca8930b276782523b10d08b33be4517cd7.tar.gz
poi-06707dca8930b276782523b10d08b33be4517cd7.zip
Update JUnit to 5.7.1 and junit-platform to 1.7.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888416 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 3545352b61..33272d5d7f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -50,7 +50,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.7.0")
+ antLibs("org.junit.jupiter:junit-jupiter:5.7.1")
antLibs("org.apache.ant:ant-junitlauncher:1.10.9")
}
@@ -96,7 +96,7 @@ subprojects {
commonsCodecVersion = '1.15'
commonsCompressVersion = '1.20'
commonsMathVersion = '3.6.1'
- junitVersion = '5.7.0'
+ junitVersion = '5.7.1'
log4jVersion = '2.14.0'
mockitoVersion = '3.6.0'
hamcrestVersion = '2.2'