Skip to content

Commit

Permalink
Merge pull request #10 from pedromsantos/dependabot/gradle/io.kotest-…
Browse files Browse the repository at this point in the history
…kotest-runner-junit4-5.8.0

Bump io.kotest:kotest-runner-junit4 from 4.6.1 to 5.8.0
  • Loading branch information
pedromsantos authored Feb 7, 2024
2 parents 0682ab6 + 5bdb087 commit af913fc
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 @@ -24,7 +24,7 @@ dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.5.31'
testImplementation 'junit:junit:4.13.2'
testImplementation "pl.pragmatists:JUnitParams:1.1.1"
testImplementation 'io.kotest:kotest-runner-junit4:4.6.1'
testImplementation 'io.kotest:kotest-runner-junit4:5.8.0'
testImplementation 'io.kotest:kotest-assertions-core:4.6.1'
testImplementation 'io.kotest:kotest-property:4.6.1'
}
Expand Down

0 comments on commit af913fc

Please sign in to comment.