Skip to content

Commit

Permalink
Merge pull request #36 from edward3h/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit.jupiter:junit-jupiter-api to v5.9.3
  • Loading branch information
edward3h authored May 21, 2023
2 parents 0f4084b + f486ae5 commit f6b04ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation "org.testcontainers:spock:1.17.3"
testImplementation "org.testcontainers:mockserver:1.17.3"
testImplementation 'org.mock-server:mockserver-client-java:5.12.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
}

compileJava {
Expand Down

0 comments on commit f6b04ba

Please sign in to comment.