Skip to content

Commit a525e66

Browse files
committed
Update version references
1 parent f353f18 commit a525e66

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
@@ -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.1.0</version>
127+
<version>9.1.1</version>
128128
<scope>test</scope>
129129
</dependency>
130130
</dependencies>
@@ -201,7 +201,7 @@ repositories {
201201
}
202202
dependencies {
203203
...
204-
compile 'com.nordstrom.tools:junit-foundation:9.1.0'
204+
compile 'com.nordstrom.tools:junit-foundation:9.1.1'
205205
}
206206
ext {
207207
junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }

0 commit comments

Comments
 (0)