Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Bump junit from 4.13.1 to 4.13.2 (#130)
Browse files Browse the repository at this point in the history
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](junit-team/junit4@r4.13.1...r4.13.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2021
1 parent 7dae6f3 commit f399057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.30'
compile group: 'commons-codec', name: 'commons-codec', version:'1.15'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
testCompile group: 'junit', name: 'junit', version:'4.13.1'
testCompile group: 'junit', name: 'junit', version:'4.13.2'
testCompile group: 'org.slf4j', name: 'slf4j-simple', version:'1.7.30'
testCompile group: 'org.mockito', name: 'mockito-core', version:'3.7.7'
}

0 comments on commit f399057

Please sign in to comment.