mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Bump Jnit version in samples
This commit is contained in:
parent
aabb2db775
commit
a1bb3349df
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation('junit:junit:4.12')
|
||||
testImplementation('junit:junit:4.13.2')
|
||||
}
|
||||
|
||||
tasks.named("test").configure {
|
||||
|
|
|
@ -13,5 +13,5 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation('junit:junit:4.12')
|
||||
testImplementation('junit:junit:4.13.2')
|
||||
}
|
Loading…
Reference in a new issue