Skip to content

Commit 9bbc23b

Browse files
build(deps): bump org.mockito:mockito-junit-jupiter (#591)
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.14.2 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.2...v5.15.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter 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 a8cc614 commit 9bbc23b

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
@@ -148,7 +148,7 @@ testing {
148148
dependencies {
149149
implementation 'org.assertj:assertj-core:3.27.0'
150150
implementation 'org.mockito:mockito-core:5.15.2'
151-
implementation 'org.mockito:mockito-junit-jupiter:5.14.2'
151+
implementation 'org.mockito:mockito-junit-jupiter:5.15.2'
152152
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
153153
implementation 'ch.qos.logback:logback-classic:1.5.15'
154154
}

0 commit comments

Comments
 (0)