From 131bcda713438c958d1d717df5951b022b6462b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 01:25:42 +0000 Subject: [PATCH] build(deps): bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.13.0 to 1.13.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-version: 1.13.1 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 7c92cbe1c..caef19a8f 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.0" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.1" // client implementation under test, in test.httpclient.implementation testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'