Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit 0fd81e1

Browse files
authored
Merge pull request #95 from ayltai/dependabot/gradle/org.mockito-mockito-core-3.11.0
Bump mockito-core from 3.10.0 to 3.11.0
2 parents 50ed2c9 + a3e7b55 commit 0fd81e1

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
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'org.apache.commons:commons-lang3:3.12.0'
3232

3333
// Testing
34-
testImplementation 'org.mockito:mockito-core:3.10.0'
34+
testImplementation 'org.mockito:mockito-core:3.11.0'
3535
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
3636
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
3737
}

0 commit comments

Comments
 (0)