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 Oct 21, 2024
1 parent 28a2663 commit 9631bb8
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.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
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 9631bb8

Please sign in to comment.