Skip to content

Commit 211062f

Browse files
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.18.0 to 5.19.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a254c2 commit 211062f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.19"
8888
testImplementation 'com.vladsch.flexmark:flexmark-all:0.64.8'
8989
testImplementation "org.pegdown:pegdown:1.6.0" // HTML report for scalatest
90-
implementation 'org.mockito:mockito-core:5.18.0' // mocking framework
90+
implementation 'org.mockito:mockito-core:5.19.0' // mocking framework
9191

9292
// config //
9393
implementation 'com.typesafe:config:+'

0 commit comments

Comments
 (0)