Skip to content

Commit 6adc54d

Browse files
Upgrade JUnit version to 5.12.2
Co-authored-by: harikrishnan83 <126087+harikrishnan83@users.noreply.github.com>
1 parent f8dad3e commit 6adc54d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
def arrowVersion = "2.1.1"
13-
def junitVersion = "5.11.4"
13+
def junitVersion = "5.12.2"
1414

1515
dependencies {
1616
implementation platform('org.jetbrains.kotlin:kotlin-bom')
@@ -23,6 +23,7 @@ dependencies {
2323
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
2424
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
2525
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
26+
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.12.2"
2627
}
2728

2829
test {

0 commit comments

Comments
 (0)