Skip to content

Commit

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

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

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

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

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2022
1 parent 9d64fcb commit d1502e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencies {
testImplementation "androidx.test:core-ktx:1.4.0"

// jUnit 5
def jupiter_version = "5.8.2"
def jupiter_version = "5.9.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"
Expand Down
2 changes: 1 addition & 1 deletion telnyx_rtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ dependencies {
testImplementation "androidx.test:core-ktx:1.4.0"

// jUnit 5
def jupiter_version = "5.8.2"
def jupiter_version = "5.9.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$jupiter_version"
Expand Down

0 comments on commit d1502e6

Please sign in to comment.