Skip to content

Commit

Permalink
Merge pull request #210 from gocd-contrib/dependabot/gradle/io.quarku…
Browse files Browse the repository at this point in the history
…s-quarkus-junit4-mock-2.9.1.Final

Bump quarkus-junit4-mock from 2.9.0.Final to 2.9.1.Final
  • Loading branch information
chadlwilson authored May 20, 2022
2 parents e6eaaf3 + b47de27 commit c08a5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ java {

configurations.all {
resolutionStrategy.dependencySubstitution {
substitute module("junit:junit") using module("io.quarkus:quarkus-junit4-mock:2.9.0.Final") because "We don't want JUnit 4; but is an unneeded transitive of mockwebserver."
substitute module("junit:junit") using module("io.quarkus:quarkus-junit4-mock:2.9.1.Final") because "We don't want JUnit 4; but is an unneeded transitive of mockwebserver."
}
}

Expand Down

0 comments on commit c08a5d2

Please sign in to comment.