Skip to content

Commit 7f21332

Browse files
authored
Merge pull request #103 from helmethair-co/dependabot/gradle/junitPlatformVersion-1.9.2
Bump junitPlatformVersion from 1.6.0 to 1.9.2
2 parents 23ece7e + 02c14f4 commit 7f21332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repositories {
4646
}
4747

4848
dependencies {
49-
val junitPlatformVersion = "1.6.0"
49+
val junitPlatformVersion = "1.9.2"
5050
val junitJupiterVersion = "5.9.2"
5151

5252
val testScalaLibraryVersion = "2.13"
@@ -60,7 +60,7 @@ dependencies {
6060
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion")
6161
testImplementation("org.junit.platform:junit-platform-launcher:$junitPlatformVersion")
6262
testImplementation("org.junit.platform:junit-platform-testkit:$junitPlatformVersion")
63-
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
63+
testImplementation("org.junit.platform:junit-platform-engine:1.9.2")
6464
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP4")
6565
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
6666
testImplementation("org.mockito:mockito-core:4.11.0")

0 commit comments

Comments
 (0)