Skip to content

Commit 2d4c38f

Browse files
authored
Merge pull request #1757 from dimagi/dependabot/gradle/org.mockito.kotlin-mockito-kotlin-6.1.0
build(deps): bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0
2 parents 0002b8d + b90c189 commit 2d4c38f

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
@@ -136,7 +136,7 @@ dependencies {
136136
testImplementation group: 'com.jayway.jsonpath', name: 'json-path-assert'
137137
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter'
138138
testImplementation group: 'org.mockito', name: 'mockito-core'
139-
testImplementation "org.mockito.kotlin:mockito-kotlin:6.0.0"
139+
testImplementation "org.mockito.kotlin:mockito-kotlin:6.1.0"
140140
testRuntimeOnly group: 'org.skyscreamer', name: 'jsonassert'
141141
developmentOnly group: 'org.springframework.boot', name: 'spring-boot-devtools'
142142
}

0 commit comments

Comments
 (0)