From eb498dfb1b8388663584318af04101515fb5baa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:18:13 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.8.2 to 1.11.1 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.8.2 to 1.11.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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 696e705c..b2d8769b 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: junit5Version testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: junit5Version testImplementation group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.8.2' - testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.8.2' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.1' testImplementation group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.8.2' gatlingImplementation('com.fasterxml.jackson.datatype:jackson-datatype-jsr310')