aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-07-31 15:02:03 +0000
committerPJ Fanning <fanningpj@apache.org>2023-07-31 15:02:03 +0000
commitce1e4695e76b9d5a4aa9649f6c191c9876a800d4 (patch)
tree84c9096af8b3c4b61ac74043222017ad42f69673 /build.gradle
parent842e12d06e3446fa2000eee8c6fc270088081123 (diff)
downloadpoi-ce1e4695e76b9d5a4aa9649f6c191c9876a800d4.tar.gz
poi-ce1e4695e76b9d5a4aa9649f6c191c9876a800d4.zip
junit 5.10.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911373 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 4447d8a69e..dbca0f60c2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.9.3")
+ antLibs("org.junit.jupiter:junit-jupiter:5.10.0")
antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
}
@@ -122,7 +122,7 @@ subprojects {
commonsCompressVersion = '1.23.0'
commonsIoVersion = '2.13.0'
commonsMathVersion = '3.6.1'
- junitVersion = '5.9.3'
+ junitVersion = '5.10.0'
log4jVersion = '2.20.0'
mockitoVersion = '4.11.0'
hamcrestVersion = '2.2'