Skip to content

Commit e8a4a6e

Browse files
Update dependency org.junit:junit-bom to v5.14.1
| datasource | package | from | to | | ---------- | ------------------- | ----- | ------ | | maven | org.junit:junit-bom | 5.8.2 | 5.14.1 |
1 parent 2f11779 commit e8a4a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.14.1"))
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)