Skip to content

Commit 59ad645

Browse files
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#336)
1 parent 2a254c2 commit 59ad645

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)