Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.8.2 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 17, 2022
1 parent 2e9bd17 commit fd18e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inject-compiler-plugin/build.gradle.kts
Expand Up @@ -30,7 +30,7 @@ dependencies {
testImplementation(libs.kotlin.stdlib)
testImplementation("junit:junit:4.13.2")

testImplementation(platform("org.junit:junit-bom:5.8.0"))
testImplementation(platform("org.junit:junit-bom:5.8.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.platform:junit-platform-commons")
testImplementation("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit fd18e77

Please sign in to comment.