Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2024
1 parent acbac84 commit c1d7eb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ dependencies {
// testing libs
testImplementation "org.jetbrains.kotlin:kotlin-test:$KOTLIN_VER"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0'
}

Expand Down

0 comments on commit c1d7eb7

Please sign in to comment.