Skip to content

Commit efb8a53

Browse files
build(deps): bump org.mockito:mockito-core from 5.11.0 to 5.14.2
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.11.0...v5.14.2) --- 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>
1 parent b053388 commit efb8a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalabot-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
api(project(":scalabot-meta"))
1212

1313
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
14-
testImplementation("org.mockito:mockito-core:5.11.0")
14+
testImplementation("org.mockito:mockito-core:5.14.2")
1515
testImplementation("org.telegram:telegrambots-client:8.0.0")
1616
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
1717
}

0 commit comments

Comments
 (0)