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 f24d91f commit 9f03652Copy full SHA for 9f03652
README.md
@@ -124,7 +124,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
124
<dependency>
125
<groupId>com.nordstrom.tools</groupId>
126
<artifactId>junit-foundation</artifactId>
127
- <version>9.4.2</version>
+ <version>9.4.3</version>
128
<scope>test</scope>
129
</dependency>
130
</dependencies>
@@ -201,7 +201,8 @@ repositories {
201
}
202
dependencies {
203
...
204
- compile 'com.nordstrom.tools:junit-foundation:9.4.2'
+ compile 'com.nordstrom.tools:junit-foundation:9.4.3
205
+ '
206
207
ext {
208
junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }
0 commit comments