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 Aug 9, 2023
1 parent f33b605 commit c220f3c
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.9.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0'
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.1.0'
}

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

0 comments on commit c220f3c

Please sign in to comment.