We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1569cdd commit debeea9Copy full SHA for debeea9
build.gradle
@@ -86,9 +86,9 @@ dependencies {
86
87
implementation group: 'ua.net.nlp', name: 'nlp_uk-stats', version: statsVersion
88
89
- testImplementation platform('org.junit:junit-bom:5.13.+') // Or the latest version
+ testImplementation platform('org.junit:junit-bom:5.14.+') // Or the latest version
90
testImplementation 'org.junit.jupiter:junit-jupiter'
91
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.+'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.+'
92
// testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.+'
93
// testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.+'
94
}
0 commit comments