File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
188188 <dependency >
189189 <groupId >com.nordstrom.tools</groupId >
190190 <artifactId >junit-foundation</artifactId >
191- <version >15.1.1 </version >
191+ <version >17.0.3 </version >
192192 <scope >test</scope >
193193 </dependency >
194194 </dependencies >
@@ -267,7 +267,7 @@ repositories {
267267}
268268dependencies {
269269 // ...
270- compile 'com.nordstrom.tools:junit-foundation:15.1.1 '
270+ compile 'com.nordstrom.tools:junit-foundation:17.0.3 '
271271}
272272test {
273273// debug true
@@ -298,7 +298,7 @@ android {
298298
299299dependencies {
300300 // ...
301- testImplementation 'com.nordstrom.tools:junit-foundation:15.1.1 '
301+ testImplementation 'com.nordstrom.tools:junit-foundation:17.0.3 '
302302}
303303```
304304
You can’t perform that action at this time.
0 commit comments