Update a few dependencies

This commit is contained in:
NotMyFault
2021-04-04 13:30:09 +02:00
parent 84d5ebfa41
commit 050cf3edb3
3 changed files with 13 additions and 11 deletions

View File

@ -80,7 +80,7 @@ subprojects {
allprojects {
dependencies {
// Tests
testImplementation("junit:junit:4.13")
testImplementation("junit:junit:4.13.2")
}
configure<JavaPluginConvention> {