From 73386111d89172c009713bc6d4e190ac47928c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:36:00 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher in /services/Sales Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.2 to 1.12.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-launcher dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/Sales/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/Sales/build.gradle b/services/Sales/build.gradle index 0c5e381b..571c0785 100644 --- a/services/Sales/build.gradle +++ b/services/Sales/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' testImplementation 'org.junit.platform:junit-platform-commons:1.12.0' - testImplementation 'org.junit.platform:junit-platform-launcher:1.11.2' + testImplementation 'org.junit.platform:junit-platform-launcher:1.12.0' testImplementation 'org.assertj:assertj-core:3.27.0' testImplementation 'org.assertj:assertj-vavr:0.4.3'