Skip to content

Commit fec89af

Browse files
committed
Upgrade to JUnit 4.13.1
See gh-22894
1 parent 6641dbc commit fec89af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ configure(allprojects) { project ->
181181
exclude group: "dom4j", name: "dom4j"
182182
}
183183

184-
dependency("junit:junit:4.13") {
184+
dependency("junit:junit:4.13.1") {
185185
exclude group: "org.hamcrest", name: "hamcrest-core"
186186
}
187187
dependency("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1") {
@@ -380,7 +380,7 @@ configure([rootProject] + javaProjects) { project ->
380380
"https://fasterxml.github.io/jackson-databind/javadoc/2.10/",
381381
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
382382
"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/",
384384
"https://junit.org/junit5/docs/5.7.0/api/"
385385
] as String[]
386386
}

0 commit comments

Comments
 (0)