From af52fbe547ce92251ad8cab5c6e0367d61189557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:50:47 +0000 Subject: [PATCH] Bump junitPlatformVersion from 1.9.3 to 1.10.0 Bumps `junitPlatformVersion` from 1.9.3 to 1.10.0. Updates `org.junit.platform:junit-platform-engine` from 1.9.3 to 1.10.0 - [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.9.3 to 1.10.0 - [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.9.3 to 1.10.0 - [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-minor - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.platform:junit-platform-testkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1f690fc..75350eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ repositories { } dependencies { - val junitPlatformVersion = "1.9.3" + val junitPlatformVersion = "1.10.0" val junitJupiterVersion = "5.9.3" val testScalaLibraryVersion = "2.13" @@ -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.9.3") + testImplementation("org.junit.platform:junit-platform-engine:1.10.0") testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP4") testImplementation("org.scala-lang:scala-library:$testScalaVersion") testImplementation("org.mockito:mockito-core:4.11.0")