Skip to content

Commit b928ed8

Browse files
committed
Upgrade to JUnit 4.13.2
Closes gh-26543
1 parent 5d70aaa commit b928ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ configure(allprojects) { project ->
182182
exclude group: "dom4j", name: "dom4j"
183183
}
184184

185-
dependency("junit:junit:4.13.1") {
185+
dependency("junit:junit:4.13.2") {
186186
exclude group: "org.hamcrest", name: "hamcrest-core"
187187
}
188188
dependency("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1") {
@@ -381,7 +381,7 @@ configure([rootProject] + javaProjects) { project ->
381381
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
382382
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
383383
"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/",
385385
"https://junit.org/junit5/docs/5.7.1/api/"
386386
] as String[]
387387
}

0 commit comments

Comments
 (0)