Skip to content

Commit 9f03652

Browse files
authored
Update version references
1 parent f24d91f commit 9f03652

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
124124
<dependency>
125125
<groupId>com.nordstrom.tools</groupId>
126126
<artifactId>junit-foundation</artifactId>
127-
<version>9.4.2</version>
127+
<version>9.4.3</version>
128128
<scope>test</scope>
129129
</dependency>
130130
</dependencies>
@@ -201,7 +201,8 @@ repositories {
201201
}
202202
dependencies {
203203
...
204-
compile 'com.nordstrom.tools:junit-foundation:9.4.2'
204+
compile 'com.nordstrom.tools:junit-foundation:9.4.3
205+
'
205206
}
206207
ext {
207208
junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }

0 commit comments

Comments
 (0)