Skip to content

Commit c09de90

Browse files
authored
Merge pull request #112 from helmethair-co/dependabot/gradle/junitPlatformVersion-1.10.0
Bump junitPlatformVersion from 1.9.3 to 1.10.0
2 parents 650a9f8 + af52fbe commit c09de90

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.9.3"
49+
val junitPlatformVersion = "1.10.0"
5050
val junitJupiterVersion = "5.9.3"
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.9.3")
63+
testImplementation("org.junit.platform:junit-platform-engine:1.10.0")
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)