From faf93b6e19e9d93a9370ce7dc3c669cc47e23fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:26:50 +0000 Subject: [PATCH] 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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e34a922..d119633 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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" @@ -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")