aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-06-27 15:12:15 +0000
committerPJ Fanning <fanningpj@apache.org>2024-06-27 15:12:15 +0000
commit527f26aac99d8a15fd8a418ccdbe646ee9f38eea (patch)
tree03c184d742eaf93543f5137e0f623b0581b10916 /build.gradle
parentf8a949217b9e017d3437337444d064fc94848656 (diff)
downloadpoi-527f26aac99d8a15fd8a418ccdbe646ee9f38eea.tar.gz
poi-527f26aac99d8a15fd8a418ccdbe646ee9f38eea.zip
junit 5.10.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918712 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 aded92aff2..64441405de 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,7 +67,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.10.2")
+ antLibs("org.junit.jupiter:junit-jupiter:5.10.3")
antLibs("org.apache.ant:ant-junitlauncher:1.10.14")
}
@@ -123,7 +123,7 @@ subprojects {
commonsCompressVersion = '1.26.2'
commonsIoVersion = '2.16.1'
commonsMathVersion = '3.6.1'
- junitVersion = '5.10.2'
+ junitVersion = '5.10.3'
log4jVersion = '2.23.1'
mockitoVersion = '4.11.0'
hamcrestVersion = '2.2'