Skip to content

Commit 3f24e32

Browse files
authored
Update README.md
1 parent 4e0934d commit 3f24e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}
268268
dependencies {
269269
// ...
270-
compile 'com.nordstrom.tools:junit-foundation:15.1.1'
270+
compile 'com.nordstrom.tools:junit-foundation:17.0.3'
271271
}
272272
test {
273273
// debug true
@@ -298,7 +298,7 @@ android {
298298
299299
dependencies {
300300
// ...
301-
testImplementation 'com.nordstrom.tools:junit-foundation:15.1.1'
301+
testImplementation 'com.nordstrom.tools:junit-foundation:17.0.3'
302302
}
303303
```
304304

0 commit comments

Comments
 (0)