Skip to content

Commit a134ef5

Browse files
authored
Update version references
1 parent 4f027c1 commit a134ef5

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
@@ -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
}
264264
dependencies {
265265
// ...
266-
compile 'com.nordstrom.tools:junit-foundation:12.5.0'
266+
compile 'com.nordstrom.tools:junit-foundation:13.0.0'
267267
}
268268
test {
269269
// debug true
@@ -294,7 +294,7 @@ android {
294294
295295
dependencies {
296296
// ...
297-
testImplementation 'com.nordstrom.tools:junit-foundation:12.5.0'
297+
testImplementation 'com.nordstrom.tools:junit-foundation:13.0.0'
298298
}
299299
```
300300

0 commit comments

Comments
 (0)