Skip to content

Commit fd56dd2

Browse files
Merge pull request #8 from joshka/dependabot/gradle/org.mockito-mockito-core-2.23.0
2 parents c18699f + ee4bfc1 commit fd56dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
testImplementation 'org.glassfish:javax.json:1.1.4'
3434
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
3535
testImplementation 'org.assertj:assertj-core:3.11.1'
36-
testImplementation 'org.mockito:mockito-core:2.13.0'
36+
testImplementation 'org.mockito:mockito-core:2.23.0'
3737
}
3838

3939
test {

0 commit comments

Comments
 (0)