Skip to content

Commit

Permalink
Bump mockito-core from 4.3.0 to 4.3.1 (#37)
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.3.0...v4.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 26, 2022
1 parent d589343 commit 24e487c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -156,7 +156,7 @@ dependencies {
provided localGroovy()
provided gradleApi()
testCompile 'org.testng:testng:7.5'
testCompile "org.mockito:mockito-core:4.3.0"
testCompile "org.mockito:mockito-core:4.3.1"
}

// Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle
Expand Down

0 comments on commit 24e487c

Please sign in to comment.