aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-01-11 14:13:29 +0000
committerPJ Fanning <fanningpj@apache.org>2023-01-11 14:13:29 +0000
commit56daedd9ddfb2b32a83685100084152d9a4f6c0d (patch)
tree6cfdc53417aab665e2c1cdc617d1a208edfdabc9 /build.gradle
parent02f4a07a97ed2101b5e0b592b373036bf47028d0 (diff)
downloadpoi-56daedd9ddfb2b32a83685100084152d9a4f6c0d.tar.gz
poi-56daedd9ddfb2b32a83685100084152d9a4f6c0d.zip
junit 5.9.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906602 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 4fd45217f8..9fb65f2630 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,7 +65,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.9.1")
+ antLibs("org.junit.jupiter:junit-jupiter:5.9.2")
antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
}
@@ -120,7 +120,7 @@ subprojects {
commonsCompressVersion = '1.22'
commonsIoVersion = '2.11.0'
commonsMathVersion = '3.6.1'
- junitVersion = '5.9.0'
+ junitVersion = '5.9.2'
log4jVersion = '2.19.0'
mockitoVersion = '4.11.0'
hamcrestVersion = '2.2'