File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ configure(allprojects) { project ->
181
181
exclude group : " dom4j" , name : " dom4j"
182
182
}
183
183
184
- dependency(" junit:junit:4.13" ) {
184
+ dependency(" junit:junit:4.13.1 " ) {
185
185
exclude group : " org.hamcrest" , name : " hamcrest-core"
186
186
}
187
187
dependency(" de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1" ) {
@@ -380,7 +380,7 @@ configure([rootProject] + javaProjects) { project ->
380
380
" https://fasterxml.github.io/jackson-databind/javadoc/2.10/" ,
381
381
" https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/" ,
382
382
" https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" ,
383
- " https://junit.org/junit4/javadoc/4.13/" ,
383
+ " https://junit.org/junit4/javadoc/4.13.1 /" ,
384
384
" https://junit.org/junit5/docs/5.7.0/api/"
385
385
] as String []
386
386
}
You can’t perform that action at this time.
0 commit comments