Skip to content

Commit

Permalink
Merge pull request #642 from freefair/dependabot/gradle/org.mockito.k…
Browse files Browse the repository at this point in the history
…otlin-mockito-kotlin-4.1.0

Bump mockito-kotlin from 4.0.0 to 4.1.0
  • Loading branch information
larsgrefer committed Nov 28, 2022
2 parents 2196a3b + 40acc68 commit c0eb7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quicktype-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

testImplementation project(":test-common")
testImplementation "org.jetbrains.kotlin:kotlin-test"
testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"
testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0"
testImplementation "com.natpryce:hamkrest:1.8.0.1"
}

Expand Down

0 comments on commit c0eb7e8

Please sign in to comment.