Skip to content

Commit b99be97

Browse files
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v6.1.0
1 parent 292beb8 commit b99be97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
val sqliteVersion = "3.50.3.0"
30-
val mockitoKotlinVersion = "6.0.0"
30+
val mockitoKotlinVersion = "6.1.0"
3131

3232
dependencies {
3333
implementation("org.springframework.boot:spring-boot-starter")

0 commit comments

Comments
 (0)