Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

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] committed Oct 25, 2022
1 parent 7bf4e0b commit 75e78c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

testImplementation(files("libs/test-utils.aar"))
testImplementation(files("libs/java-json.jar"))
testImplementation("junit:junit:4.12")
testImplementation("junit:junit:4.13.2")
}

configure<org.sonarqube.gradle.SonarQubeExtension> {
Expand Down

0 comments on commit 75e78c8

Please sign in to comment.