Skip to content

Commit 9e069fa

Browse files
committed
JUnit v4.13.1
1 parent 8522353 commit 9e069fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/distributables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ apply plugin: 'java'
117117
dependencies {
118118
testImplementation 'org.hamcrest:hamcrest:2.2'
119119
testImplementation 'org.hamcrest:hamcrest-library:2.2'
120-
testImplementation 'junit:junit:4.13'
120+
testImplementation 'junit:junit:4.13.1'
121121
}
122122
```
123123

@@ -144,7 +144,7 @@ dependencies, otherwise the older version will take precedence.
144144
<dependency>
145145
<groupId>junit</groupId>
146146
<artifactId>junit</artifactId>
147-
<version>4.13</version>
147+
<version>4.13.1</version>
148148
<scope>test</scope>
149149
</dependency>
150150
</dependencies>

hamcrest-integration/hamcrest-integration.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
transitive = false
88
}
99

10-
testImplementation(group: 'junit', name: 'junit', version: '4.13') {
10+
testImplementation(group: 'junit', name: 'junit', version: '4.13.1') {
1111
transitive = false
1212
}
1313
}

hamcrest/hamcrest.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'osgi'
33
version = rootProject.version
44

55
dependencies {
6-
testImplementation(group: 'junit', name: 'junit', version: '4.13') {
6+
testImplementation(group: 'junit', name: 'junit', version: '4.13.1') {
77
transitive = false
88
}
99
}

0 commit comments

Comments
 (0)