Skip to content

Commit

Permalink
Bump junit_version from 5.8.2 to 5.10.0
Browse files Browse the repository at this point in the history
Bumps `junit_version` from 5.8.2 to 5.10.0.

Updates `org.junit.jupiter:junit-jupiter-api` from 5.8.2 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.10.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.8.2 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.10.0)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.8.2 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.10.0)

Updates `org.junit.vintage:junit-vintage-engine` from 5.8.2 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.10.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  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.jupiter:junit-jupiter-params
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent e24ce75 commit b3592ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ext {
coroutines_version = '1.6.2'
kotlin_reflect_version = '1.7.0'

junit_version = "5.8.2"
junit_version = "5.10.0"
mockito_core_version = '4.6.1'
mockito_inline_version = '2.13.0'
mockk_version = '1.12.4'
Expand Down

0 comments on commit b3592ec

Please sign in to comment.