code_samples: upgrade to junit 4.13.1

This commit is contained in:
Yann Cébron 2021-01-07 17:44:36 +01:00
parent d923130f0b
commit e73d52505a
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ repositories {
}
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
}
test {

View File

@ -15,7 +15,7 @@ repositories {
}
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
}
test {

View File

@ -27,7 +27,7 @@ test {
sourceSets.main.java.srcDirs 'src/main/gen'
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/