Skip to content

Commit 118aee0

Browse files
authored
Merge pull request #195 from gocd-contrib/dependabot/gradle/io.quarkus-quarkus-junit4-mock-2.7.3.Final
Bump quarkus-junit4-mock from 2.7.2.Final to 2.7.3.Final
2 parents f44acd0 + d2ab5f9 commit 118aee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ java {
5353

5454
configurations.all {
5555
resolutionStrategy.dependencySubstitution {
56-
substitute module("junit:junit") using module("io.quarkus:quarkus-junit4-mock:2.7.2.Final") because "We don't want JUnit 4; but is an unneeded transitive of mockwebserver."
56+
substitute module("junit:junit") using module("io.quarkus:quarkus-junit4-mock:2.7.3.Final") because "We don't want JUnit 4; but is an unneeded transitive of mockwebserver."
5757
}
5858
}
5959

0 commit comments

Comments
 (0)