Skip to content

Commit 4342648

Browse files
build(deps): bump org.mockito:mockito-core from 5.10.0 to 5.11.0 (#396)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c3a18c commit 4342648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ testing {
136136
useJUnitJupiter('5.10.0')
137137
dependencies {
138138
implementation 'org.assertj:assertj-core:3.25.3'
139-
implementation 'org.mockito:mockito-core:5.10.0'
139+
implementation 'org.mockito:mockito-core:5.11.0'
140140
implementation 'org.mockito:mockito-junit-jupiter:5.10.0'
141141
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
142142
}

0 commit comments

Comments
 (0)