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 c828cc6 commit 2109619Copy full SHA for 2109619
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.2.0</version>
+ <version>11.3.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.2.0'
+ compile 'com.nordstrom.tools:junit-foundation:11.3.0'
213
214
test.doFirst {
215
jvmArgs "-javaagent:${classpath.find { it.name == 'junit-foundation' }.absolutePath}"
0 commit comments