Skip to content

Commit faf93b6

Browse files
Bump junitPlatformVersion from 1.10.0 to 1.10.1
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]>
1 parent d020237 commit faf93b6

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