Skip to content

Commit c999bb9

Browse files
build(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.1 (#545)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.13.0...v5.14.1) --- 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> Co-authored-by: Mark Schreiber <markjschreiber@gmail.com>
1 parent 849e59a commit c999bb9

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
@@ -147,7 +147,7 @@ testing {
147147
}
148148
dependencies {
149149
implementation 'org.assertj:assertj-core:3.26.3'
150-
implementation 'org.mockito:mockito-core:5.13.0'
150+
implementation 'org.mockito:mockito-core:5.14.1'
151151
implementation 'org.mockito:mockito-junit-jupiter:5.13.0'
152152
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
153153
implementation 'ch.qos.logback:logback-classic:1.5.8'

0 commit comments

Comments
 (0)