Skip to content

Commit 29ce4cd

Browse files
Update dependency org.junit:junit-bom to v5.13.4
| datasource | package | from | to | | ---------- | ------------------- | ----- | ------ | | maven | org.junit:junit-bom | 5.8.2 | 5.13.4 |
1 parent 2f11779 commit 29ce4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-inject-compiler-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation(libs.kotlin.stdlib)
5151
testImplementation("junit:junit:4.13.2")
5252

53-
testImplementation(platform("org.junit:junit-bom:5.8.2"))
53+
testImplementation(platform("org.junit:junit-bom:5.13.4"))
5454
testImplementation("org.junit.jupiter:junit-jupiter")
5555
testImplementation("org.junit.platform:junit-platform-commons")
5656
testImplementation("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)