Skip to content

Commit

Permalink
Merge pull request #209 from rohte/master
Browse files Browse the repository at this point in the history
Update junit dependency to non-vulnerable version
  • Loading branch information
MarkusAmshove committed Oct 8, 2022
2 parents 583d5e5 + f8b266f commit 28c0c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -29,7 +29,7 @@ ext {
kotlin_test_annotations: "org.jetbrains.kotlin:kotlin-test-annotations-common:$kotlin_version",
kotlinx_coroutines_test: "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinx_coroutines_version",

junit : "junit:junit:4.12",
junit : "junit:junit:4.13.2",
]
}

Expand Down

0 comments on commit 28c0c35

Please sign in to comment.