Skip to content

Commit

Permalink
Bump the be-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the be-dependencies group with 1 update: [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito).

- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.6.0...v5.7.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: be-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent fa9ae76 commit cc1a73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ allprojects {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0-SNAPSHOT")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.27.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.6.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.7.0")
}
}
2 changes: 1 addition & 1 deletion domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testFixturesImplementation("io.arrow-kt:arrow-core:1.2.1")
testFixturesImplementation("com.willowtreeapps.assertk:assertk-jvm:0.27.0")
testFixturesImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
testFixturesImplementation("org.mockito:mockito-junit-jupiter:5.6.0")
testFixturesImplementation("org.mockito:mockito-junit-jupiter:5.7.0")
}

kotlin.target.compilations.getByName("testFixtures") {
Expand Down

0 comments on commit cc1a73d

Please sign in to comment.