aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-07-27 09:06:04 +0000
committerPJ Fanning <fanningpj@apache.org>2022-07-27 09:06:04 +0000
commitc3fd22a71ac2a191ce3610934abdbed859073970 (patch)
tree4bfa64e3d21032a53148a8fe79dc5f96041858e7 /build.gradle
parent749bdfb5a7eeacdb38d67f5f974ecb47f3709bda (diff)
downloadpoi-c3fd22a71ac2a191ce3610934abdbed859073970.tar.gz
poi-c3fd22a71ac2a191ce3610934abdbed859073970.zip
junit 5.9.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903049 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 05c1f2d1c1..ac1f869fa9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -94,7 +94,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.8.2")
+ antLibs("org.junit.jupiter:junit-jupiter:5.9.0")
antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
}
@@ -145,7 +145,7 @@ subprojects {
commonsCompressVersion = '1.21'
commonsIoVersion = '2.11.0'
commonsMathVersion = '3.6.1'
- junitVersion = '5.8.2'
+ junitVersion = '5.9.0'
log4jVersion = '2.18.0'
mockitoVersion = '4.6.1'
hamcrestVersion = '2.2'