Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.10.2
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| maven      | org.junit:junit-bom | 5.9.1 | 5.10.2 |
  • Loading branch information
renovate[bot] committed Feb 4, 2024
1 parent f2d62a9 commit d947ebd
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 @@ -51,7 +51,7 @@ dependencies {
testImplementation(libs.kotlin.stdlib)
testImplementation("junit:junit:4.13.2")

testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation(platform("org.junit:junit-bom:5.10.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 d947ebd

Please sign in to comment.