Skip to content

Commit debeea9

Browse files
committed
bump junit version
1 parent 1569cdd commit debeea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ dependencies {
8686

8787
implementation group: 'ua.net.nlp', name: 'nlp_uk-stats', version: statsVersion
8888

89-
testImplementation platform('org.junit:junit-bom:5.13.+') // Or the latest version
89+
testImplementation platform('org.junit:junit-bom:5.14.+') // Or the latest version
9090
testImplementation 'org.junit.jupiter:junit-jupiter'
91-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.+'
91+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.+'
9292
// testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.+'
9393
// testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.+'
9494
}

0 commit comments

Comments
 (0)