Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent 8f2f847 commit a87edf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jvm/selfie-runner-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ apply from: rootProject.file('gradle/spotless.gradle')
apply plugin: 'java-library'
dependencies {
api project(':selfie-lib')
implementation 'org.junit.platform:junit-platform-launcher:1.0.0'
compileOnly "org.junit.jupiter:junit-jupiter-api:5.0.0"
implementation 'org.junit.platform:junit-platform-launcher:1.10.1'
compileOnly "org.junit.jupiter:junit-jupiter-api:5.10.1"

testImplementation "com.squareup.okio:okio:$ver_OKIO"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$ver_KOTLIN_TEST"
Expand Down

0 comments on commit a87edf9

Please sign in to comment.