Skip to content

Commit

Permalink
Merge pull request #331 from xvik/dependabot/gradle/uk.org.webcompere…
Browse files Browse the repository at this point in the history
…-system-stubs-jupiter-2.0.3

Bump uk.org.webcompere:system-stubs-jupiter from 2.0.2 to 2.0.3
  • Loading branch information
xvik authored Sep 6, 2023
2 parents 337b97a + 19b7f6d commit 8a59b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dropwizard-guicey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testImplementation 'io.dropwizard:dropwizard-auth'
testImplementation 'org.glassfish.jersey.ext:jersey-proxy-client'
testImplementation 'org.junit.platform:junit-platform-testkit'
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.2'
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.3'
testImplementation 'com.google.truth:truth:1.1.3'

// required for pure junit 5 tests
Expand Down
2 changes: 1 addition & 1 deletion guicey-spa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description = "Singe page applications support"
dependencies {
implementation 'io.dropwizard:dropwizard-assets'

testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.2'
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.3'
}

0 comments on commit 8a59b0e

Please sign in to comment.