From 7413646edd29b86a2ad03792b59193e2d64627b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:54:57 +0200 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 (#254) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) 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-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index afb3185f6..c7d0d2d2a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("org.awaitility:awaitility:4.2.0") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.0") }