Skip to content

Commit 9731263

Browse files
Bump org.mockito:mockito-core in the gradle-minor-patch group (#28)
Bumps the gradle-minor-patch group with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.22.0 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.22.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbab38c commit 9731263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
118118
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
119119
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
120-
testImplementation 'org.mockito:mockito-core:5.22.0'
120+
testImplementation 'org.mockito:mockito-core:5.23.0'
121121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3'
122122
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
123123
}

0 commit comments

Comments
 (0)