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 @@ -184,7 +184,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
184184 <dependency >
185185 <groupId >com.nordstrom.tools</groupId >
186186 <artifactId >junit-foundation</artifactId >
187- <version >12.5 .0</version >
187+ <version >13.0 .0</version >
188188 <scope >test</scope >
189189 </dependency >
190190 </dependencies >
@@ -263,7 +263,7 @@ repositories {
263263}
264264dependencies {
265265 // ...
266- compile 'com.nordstrom.tools:junit-foundation:12.5 .0'
266+ compile 'com.nordstrom.tools:junit-foundation:13.0 .0'
267267}
268268test {
269269// debug true
@@ -294,7 +294,7 @@ android {
294294
295295dependencies {
296296 // ...
297- testImplementation 'com.nordstrom.tools:junit-foundation:12.5 .0'
297+ testImplementation 'com.nordstrom.tools:junit-foundation:13.0 .0'
298298}
299299```
300300
You can’t perform that action at this time.
0 commit comments