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