Skip to content

Commit 2109619

Browse files
authored
Update version references
1 parent c828cc6 commit 2109619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
132132
<dependency>
133133
<groupId>com.nordstrom.tools</groupId>
134134
<artifactId>junit-foundation</artifactId>
135-
<version>11.2.0</version>
135+
<version>11.3.0</version>
136136
<scope>test</scope>
137137
</dependency>
138138
</dependencies>
@@ -209,7 +209,7 @@ repositories {
209209
}
210210
dependencies {
211211
...
212-
compile 'com.nordstrom.tools:junit-foundation:11.2.0'
212+
compile 'com.nordstrom.tools:junit-foundation:11.3.0'
213213
}
214214
test.doFirst {
215215
jvmArgs "-javaagent:${classpath.find { it.name == 'junit-foundation' }.absolutePath}"

0 commit comments

Comments
 (0)