aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-21 13:59:13 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-21 13:59:13 +0000
commitd4459839edad759deba81d0a5b9afe9e504fbf23 (patch)
treefc3471775237a9be70a3beb37d7807a3b80a39f3 /build.gradle
parentb5c5e25f6fda0eec3887d570f675d5386ff39ae5 (diff)
downloadpoi-d4459839edad759deba81d0a5b9afe9e504fbf23.tar.gz
poi-d4459839edad759deba81d0a5b9afe9e504fbf23.zip
junit 5.9.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904196 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f4075b4893..fb67a074d9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -95,7 +95,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.9.0")
+ antLibs("org.junit.jupiter:junit-jupiter:5.9.1")
antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
}