File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
testImplementation ' io.dropwizard:dropwizard-forms'
28
28
testImplementation ' org.glassfish.jersey.ext:jersey-proxy-client'
29
29
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 '
31
31
testImplementation ' com.google.truth:truth:1.4.4'
32
32
testImplementation ' org.objenesis:objenesis:3.4'
33
33
// test rest stubs
Original file line number Diff line number Diff line change 1
1
description = " Mirror rest in admin context"
2
2
3
3
dependencies {
4
- testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.7 '
4
+ testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8 '
5
5
}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Singe page applications support"
3
3
dependencies {
4
4
implementation ' io.dropwizard:dropwizard-assets'
5
5
6
- testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.7 '
6
+ testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8 '
7
7
testImplementation ' org.objenesis:objenesis:3.4'
8
8
}
You can’t perform that action at this time.
0 commit comments