Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.11.1
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| maven      | org.junit:junit-bom | 5.8.2 | 5.11.1 |
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 2f11779 commit bde7fb6
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.11.1"))
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 bde7fb6

Please sign in to comment.