aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-02-06 20:18:31 +0000
committerPJ Fanning <fanningpj@apache.org>2024-02-06 20:18:31 +0000
commitb5c1a6644c8beccd36bf4fb32a84662a2a0c81be (patch)
tree0094a972b7ccd29c1e76920c3c8fb4aa3515965c /build.gradle
parent99948166768f75076462d44453e784c5071eb4f4 (diff)
downloadpoi-b5c1a6644c8beccd36bf4fb32a84662a2a0c81be.tar.gz
poi-b5c1a6644c8beccd36bf4fb32a84662a2a0c81be.zip
junit 5.10.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915600 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 89df7ace28..53e77dae90 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,7 +67,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.10.1")
+ antLibs("org.junit.jupiter:junit-jupiter:5.10.2")
antLibs("org.apache.ant:ant-junitlauncher:1.10.14")
}
@@ -123,7 +123,7 @@ subprojects {
commonsCompressVersion = '1.25.0'
commonsIoVersion = '2.15.1'
commonsMathVersion = '3.6.1'
- junitVersion = '5.10.1'
+ junitVersion = '5.10.2'
log4jVersion = '2.22.1'
mockitoVersion = '4.11.0'
hamcrestVersion = '2.2'