mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
code_samples: upgrade to junit 4.13.1
This commit is contained in:
parent
d923130f0b
commit
e73d52505a
@ -15,7 +15,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
|
||||
}
|
||||
|
||||
test {
|
||||
|
@ -15,7 +15,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
|
||||
}
|
||||
|
||||
test {
|
||||
|
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user