Skip to content

Commit 0c11ede

Browse files
Bump com.nhaarman.mockitokotlin2:mockito-kotlin (#428)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afc9652 commit 0c11ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fabric-contract-example-gradle-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2020

2121
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
22-
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0")
22+
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
2323
}
2424

2525
repositories {

0 commit comments

Comments
 (0)