From b22aa3332c492f749b85957b02fa5f09423b7397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 01:50:47 +0000 Subject: [PATCH] build(deps): bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/dsl-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dsl-java/build.gradle b/packages/dsl-java/build.gradle index be2ce818d..082d3582c 100644 --- a/packages/dsl-java/build.gradle +++ b/packages/dsl-java/build.gradle @@ -51,7 +51,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testImplementation 'org.assertj:assertj-core:3.27.3' testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" - testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.1" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.2" // client implementation under test, in test.httpclient.implementation testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'