Skip to content

Commit

Permalink
build(deps): Bump junit5 from 5.9.3 to 5.10.2
Browse files Browse the repository at this point in the history
Bumps `junit5` from 5.9.3 to 5.10.2.

Updates `org.junit.jupiter:junit-jupiter` from 5.9.3 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.3 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.2)

Updates `org.junit.vintage:junit-vintage-engine` from 5.9.3 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 1216b92 commit d8acc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android-lifecycle = "2.6.1"
# https://github.com/greenrobot/EventBus
eventbus = "3.3.1"
# https://junit.org/junit5/
junit5 = "5.9.3"
junit5 = "5.10.2"
androidx-hilt = "1.0.0"
org-mockito = "5.10.0"
mockk = "1.13.9"
Expand Down

0 comments on commit d8acc09

Please sign in to comment.