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 eada1f0 commit be1eda2Copy full SHA for be1eda2
README.md
@@ -132,7 +132,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
132
<dependency>
133
<groupId>com.nordstrom.tools</groupId>
134
<artifactId>junit-foundation</artifactId>
135
- <version>11.0.0</version>
+ <version>11.2.0</version>
136
<scope>test</scope>
137
</dependency>
138
</dependencies>
@@ -209,7 +209,7 @@ repositories {
209
}
210
dependencies {
211
...
212
- compile 'com.nordstrom.tools:junit-foundation:11.0.0
+ compile 'com.nordstrom.tools:junit-foundation:11.2.0
213
'
214
215
ext {
0 commit comments