Skip to content

Commit 05e03fc

Browse files
authored
Merge pull request #10 from joshka/dependabot/gradle/org.mockito-mockito-core-2.23.4
Bump mockito-core from 2.23.0 to 2.23.4
2 parents e5ad988 + f3fc336 commit 05e03fc

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
@@ -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.23.0'
36+
testImplementation 'org.mockito:mockito-core:2.23.4'
3737
}
3838

3939
test {

0 commit comments

Comments
 (0)