Skip to content

Commit

Permalink
fix(deps): bump junitVersion from 5.8.2 to 5.10.0
Browse files Browse the repository at this point in the history
Bumps `junitVersion` from 5.8.2 to 5.10.0.

Updates `org.junit.jupiter:junit-jupiter` 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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 4f458fe commit 99dc272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {


// Testing
def junitVersion = "5.8.2"
def junitVersion = "5.10.0"
def kotlinCoroutinesVersion = "1.7.3"
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
Expand Down

0 comments on commit 99dc272

Please sign in to comment.