Skip to content

Commit

Permalink
Bump mockito-core from 4.10.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.10.0 to 5.0.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.10.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pull-merger[bot] committed Jan 16, 2023
1 parent e5bf007 commit 81935e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {
compileOnly "com.enonic.xp:core-api:${xpVersion}"
compileOnly "com.enonic.xp:portal-api:${xpVersion}"
compile 'org.thymeleaf:thymeleaf:3.0.15.RELEASE'
testCompile 'org.mockito:mockito-core:4.10.0'
testCompile 'org.mockito:mockito-core:5.0.0'
testCompile "com.enonic.xp:testing:${xpVersion}"
}

0 comments on commit 81935e4

Please sign in to comment.