Skip to content

Commit

Permalink
Bump mockitoVersion from 5.3.1 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps `mockitoVersion` from 5.3.1 to 5.4.0.

Updates `org.mockito:mockito-core` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.4.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent 07db5cb commit a6c2336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
runtimeOnly("com.fasterxml.jackson.module:jackson-module-kotlin")

testImplementation("io.projectreactor:reactor-test:3.5.6")
val mockitoVersion = "5.3.1"
val mockitoVersion = "5.4.0"
testImplementation("org.mockito:mockito-core:$mockitoVersion")
testImplementation("org.mockito:mockito-junit-jupiter:$mockitoVersion")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.0.0")
Expand Down

0 comments on commit a6c2336

Please sign in to comment.