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

Commit 3c05fff

Browse files
authored
Merge pull request #97 from ayltai/dependabot/gradle/org.mockito-mockito-core-3.11.1
Bump mockito-core from 3.11.0 to 3.11.1
2 parents 1c45f6b + f54ccf0 commit 3c05fff

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.11.0'
34+
testImplementation 'org.mockito:mockito-core:3.11.1'
3535
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
3636
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
3737
}

0 commit comments

Comments
 (0)