Skip to content

Commit

Permalink
Bump uk.org.webcompere:system-stubs-jupiter from 2.0.2 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [uk.org.webcompere:system-stubs-jupiter](https://github.com/webcompere/system-stubs) from 2.0.2 to 2.0.3.
- [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md)
- [Commits](webcompere/system-stubs@system-stubs-parent-2.0.2...system-stubs-parent-2.0.3)

---
updated-dependencies:
- dependency-name: uk.org.webcompere:system-stubs-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 337b97a commit 19b7f6d
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 19b7f6d

Please sign in to comment.