Skip to content

Commit 5a05d7a

Browse files
authored
Update README.md
1 parent f64ff32 commit 5a05d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
109109
<dependency>
110110
<groupId>com.nordstrom.tools</groupId>
111111
<artifactId>junit-foundation</artifactId>
112-
<version>9.0.3</version>
112+
<version>9.0.4</version>
113113
<scope>test</scope>
114114
</dependency>
115115
</dependencies>
@@ -186,7 +186,7 @@ repositories {
186186
}
187187
dependencies {
188188
...
189-
compile 'com.nordstrom.tools:junit-foundation:9.0.3'
189+
compile 'com.nordstrom.tools:junit-foundation:9.0.4'
190190
}
191191
ext {
192192
junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }

0 commit comments

Comments
 (0)