Skip to content

Commit

Permalink
Merge pull request #103 from helmethair-co/dependabot/gradle/junitPla…
Browse files Browse the repository at this point in the history
…tformVersion-1.9.2

Bump junitPlatformVersion from 1.6.0 to 1.9.2
  • Loading branch information
giurim authored Apr 24, 2023
2 parents 23ece7e + 02c14f4 commit 7f21332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repositories {
}

dependencies {
val junitPlatformVersion = "1.6.0"
val junitPlatformVersion = "1.9.2"
val junitJupiterVersion = "5.9.2"

val testScalaLibraryVersion = "2.13"
Expand All @@ -60,7 +60,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion")
testImplementation("org.junit.platform:junit-platform-launcher:$junitPlatformVersion")
testImplementation("org.junit.platform:junit-platform-testkit:$junitPlatformVersion")
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
testImplementation("org.junit.platform:junit-platform-engine:1.9.2")
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP4")
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
testImplementation("org.mockito:mockito-core:4.11.0")
Expand Down

0 comments on commit 7f21332

Please sign in to comment.