We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64ff32 commit 5a05d7aCopy full SHA for 5a05d7a
README.md
@@ -109,7 +109,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
109
<dependency>
110
<groupId>com.nordstrom.tools</groupId>
111
<artifactId>junit-foundation</artifactId>
112
- <version>9.0.3</version>
+ <version>9.0.4</version>
113
<scope>test</scope>
114
</dependency>
115
</dependencies>
@@ -186,7 +186,7 @@ repositories {
186
}
187
dependencies {
188
...
189
- compile 'com.nordstrom.tools:junit-foundation:9.0.3'
+ compile 'com.nordstrom.tools:junit-foundation:9.0.4'
190
191
ext {
192
junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }
0 commit comments