Skip to content

Commit

Permalink
Bump mockito-kotlin from 2.2.11 to 4.1.0 in -server
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Sep 20, 2023
1 parent cc7178e commit 248ff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uhabits-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation("io.prometheus:simpleclient_httpserver:0.16.0")
implementation("io.prometheus:simpleclient_hotspot:0.16.0")
testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
testImplementation("org.mockito.kotlin:mockito-kotlin:2.2.11")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit"))
}
Expand Down

0 comments on commit 248ff2e

Please sign in to comment.