Skip to content

Commit 28062e3

Browse files
Merge pull request #49 from joshka/dependabot/gradle/org.mockito-mockito-core-3.3.3
2 parents 360e1de + 42911d1 commit 28062e3

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
@@ -36,7 +36,7 @@ dependencies {
3636
testImplementation 'org.glassfish:javax.json:1.1.4'
3737
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
3838
testImplementation 'org.assertj:assertj-core:3.15.0'
39-
testImplementation 'org.mockito:mockito-core:3.3.0'
39+
testImplementation 'org.mockito:mockito-core:3.3.3'
4040
}
4141

4242
test {

0 commit comments

Comments
 (0)