Skip to content

Commit

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

Bump quarkus-junit4-mock from 2.15.0.Final to 2.16.0.Final
  • Loading branch information
chadlwilson authored Jan 20, 2023
2 parents 2530879 + 7e49618 commit 45c96ac
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.15.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.16.0.Final") because "We don't want JUnit 4; but is an unneeded transitive of mockwebserver."
}
}

Expand Down

0 comments on commit 45c96ac

Please sign in to comment.