From d451c2588f8e64b4350b178cf1eea45c7dbad549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:26:22 +0000 Subject: [PATCH] chore: Bump org.junit.platform:junit-platform-suite-engine Bumps [org.junit.platform:junit-platform-suite-engine](https://github.com/junit-team/junit5) from 1.9.1 to 1.11.3. - [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-suite-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a991d7a5..cbeb64e54 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -268,7 +268,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2") testImplementation("org.junit.platform:junit-platform-engine:1.10.0") testImplementation("org.junit.platform:junit-platform-launcher:1.9.1") - testImplementation("org.junit.platform:junit-platform-suite-engine:1.9.1") + testImplementation("org.junit.platform:junit-platform-suite-engine:1.11.3") testImplementation("org.mockito:mockito-inline:4.8.0") testImplementation("org.hamcrest:hamcrest:2.2") testImplementation("org.testcontainers:testcontainers:1.18.3")