From 8a1e19200a91929237139835a06b88e391a2e10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:07:12 +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.4. - [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..e35e1bed4 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.4") testImplementation("org.mockito:mockito-inline:4.8.0") testImplementation("org.hamcrest:hamcrest:2.2") testImplementation("org.testcontainers:testcontainers:1.18.3")