Skip to content

Commit dcd396e

Browse files
Bump junit from 4.4 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.4 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/commits/r4.13.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 98d4ceb commit dcd396e

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)