We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6741789 commit ae54d70Copy full SHA for ae54d70
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation (group: 'org.jetbrains', name: 'annotations', version: '26.0.2')
27
shadow (group: 'com.google.code.gson', name: 'gson', version: '2.13.0')
28
29
- testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.4')
+ testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.12.2')
30
testRuntimeOnly (group: 'org.junit.jupiter', name:'junit-jupiter-engine', version: '5.11.4')
31
32
testImplementation (group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4')
0 commit comments