Skip to content

Commit

Permalink
Bump junitPlatformVersion from 1.10.0 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps `junitPlatformVersion` from 1.10.0 to 1.10.1.

Updates `org.junit.platform:junit-platform-engine` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-launcher` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-testkit` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-testkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 17, 2023
1 parent d020237 commit faf93b6
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.10.0"
val junitPlatformVersion = "1.10.1"
val junitJupiterVersion = "5.10.1"

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.10.0")
testImplementation("org.junit.platform:junit-platform-engine:1.10.1")
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 faf93b6

Please sign in to comment.