mirror of https://github.com/apache/poi.git
downgrade junit version - due to build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
954bb70cc1
commit
8dc976cf31
|
@ -63,7 +63,7 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
antLibs("org.junit.jupiter:junit-jupiter:5.8.1")
|
||||
antLibs("org.junit.jupiter:junit-jupiter:5.7.2")
|
||||
antLibs("org.apache.ant:ant-junitlauncher:1.10.11")
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,7 @@ subprojects {
|
|||
commonsCompressVersion = '1.21'
|
||||
commonsIoVersion = '2.11.0'
|
||||
commonsMathVersion = '3.6.1'
|
||||
junitVersion = '5.8.1'
|
||||
junitVersion = '5.7.2'
|
||||
log4jVersion = '2.14.1'
|
||||
mockitoVersion = '3.12.4'
|
||||
hamcrestVersion = '2.2'
|
||||
|
|
Loading…
Reference in New Issue