Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump junit from 4.13 to 4.13.2 in /tests (#43)
Browse files Browse the repository at this point in the history
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 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.2.md)
- [Commits](junit-team/junit4@r4.13...r4.13.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LH <[email protected]>
  • Loading branch information
dependabot[bot] and lholota committed Feb 22, 2021
1 parent 1b0ba19 commit 1c3c910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation "org.testcontainers:testcontainers:1.15.2"
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'
Expand Down

0 comments on commit 1c3c910

Please sign in to comment.