Skip to content

Commit

Permalink
Update dependency org.mockito.kotlin:mockito-kotlin to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent da5ba42 commit fb873a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0'
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0'
}

tasks.register('dokkaHtmlJar', Jar.class) {
Expand Down

0 comments on commit fb873a7

Please sign in to comment.