Skip to content

Commit 8a798fa

Browse files
build(deps): bump the test-dependencies group with 2 updates (#669)
Bumps the test-dependencies group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.0...v5.18.0) Updates `org.mockito:mockito-junit-jupiter` from 5.17.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Schreiber <[email protected]>
1 parent c3030ca commit 8a798fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ testing {
147147
}
148148
dependencies {
149149
implementation 'org.assertj:assertj-core:3.27.3'
150-
implementation 'org.mockito:mockito-core:5.17.0'
151-
implementation 'org.mockito:mockito-junit-jupiter:5.17.0'
150+
implementation 'org.mockito:mockito-core:5.18.0'
151+
implementation 'org.mockito:mockito-junit-jupiter:5.18.0'
152152
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
153153
runtimeOnly 'ch.qos.logback:logback-classic:1.5.18'
154154
}

0 commit comments

Comments
 (0)