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 f353f18 commit a525e66Copy full SHA for a525e66
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.1.0</version>
+ <version>9.1.1</version>
128
<scope>test</scope>
129
</dependency>
130
</dependencies>
@@ -201,7 +201,7 @@ repositories {
201
}
202
dependencies {
203
...
204
- compile 'com.nordstrom.tools:junit-foundation:9.1.0'
+ compile 'com.nordstrom.tools:junit-foundation:9.1.1'
205
206
ext {
207
junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }
0 commit comments