Skip to content

Commit 6348ba3

Browse files
Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8
Bumps [uk.org.webcompere:system-stubs-jupiter](https://github.com/webcompere/system-stubs) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/webcompere/system-stubs/releases) - [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md) - [Commits](webcompere/system-stubs@system-stubs-parent-2.1.7...system-stubs-parent-2.1.8) --- updated-dependencies: - dependency-name: uk.org.webcompere:system-stubs-jupiter dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f49340d commit 6348ba3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: dropwizard-guicey/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation 'io.dropwizard:dropwizard-forms'
2828
testImplementation 'org.glassfish.jersey.ext:jersey-proxy-client'
2929
testImplementation 'org.junit.platform:junit-platform-testkit'
30-
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.7'
30+
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
3131
testImplementation 'com.google.truth:truth:1.4.4'
3232
testImplementation 'org.objenesis:objenesis:3.4'
3333
// test rest stubs

Diff for: guicey-admin-rest/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description = "Mirror rest in admin context"
22

33
dependencies {
4-
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.7'
4+
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
55
}

Diff for: guicey-spa/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "Singe page applications support"
33
dependencies {
44
implementation 'io.dropwizard:dropwizard-assets'
55

6-
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.7'
6+
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
77
testImplementation 'org.objenesis:objenesis:3.4'
88
}

0 commit comments

Comments
 (0)