Skip to content

Commit 4bcafab

Browse files
Bump org.mockito:mockito-core from 5.14.1 to 5.14.2
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5bc288 commit 4bcafab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation("com.fasterxml.jackson.core:jackson-core")
4444
implementation("com.fasterxml.jackson.core:jackson-databind")
4545
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
46-
testImplementation("org.mockito:mockito-core:5.14.1")
46+
testImplementation("org.mockito:mockito-core:5.14.2")
4747
}
4848

4949
tasks {

0 commit comments

Comments
 (0)