Skip to content

Commit

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

Bump quarkus-junit4-mock from 2.14.0.Final to 2.15.0.Final
  • Loading branch information
chadlwilson authored Dec 9, 2022
2 parents a994edb + 2b4fc31 commit 971c63f
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.14.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.15.0.Final") because "We don't want JUnit 4; but is an unneeded transitive of mockwebserver."
}
}

Expand Down

0 comments on commit 971c63f

Please sign in to comment.