Skip to content

Commit 069933c

Browse files
authored
Merge pull request #12 from nomemory/dependabot/gradle/junit-junit-4.13.1
Bump junit from 4.4 to 4.13.1
2 parents 21f327e + dcd396e commit 069933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks.withType(JavaCompile) {
2828
}
2929

3030
dependencies {
31-
testCompile group: 'junit', name: 'junit', version: '4.4'
31+
testCompile group: 'junit', name: 'junit', version: '4.13.1'
3232
}
3333

3434
test {

0 commit comments

Comments
 (0)