Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.9.0
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| maven      | org.junit:junit-bom | 5.8.2 | 5.9.0 |
  • Loading branch information
renovate[bot] committed Jul 26, 2022
1 parent 2f11779 commit 8cac676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-inject-compiler-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
testImplementation(libs.kotlin.stdlib)
testImplementation("junit:junit:4.13.2")

testImplementation(platform("org.junit:junit-bom:5.8.2"))
testImplementation(platform("org.junit:junit-bom:5.9.0"))
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 8cac676

Please sign in to comment.