From b9a59c1bae01d21d0a1bb59578c237d773c19c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:51:40 +0000 Subject: [PATCH] Bump junitPlatformVersion from 1.10.3 to 1.11.0 Bumps `junitPlatformVersion` from 1.10.3 to 1.11.0. Updates `org.junit.platform:junit-platform-commons` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-engine` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-testkit` from 1.10.3 to 1.11.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-commons dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.platform:junit-platform-engine dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.platform:junit-platform-testkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 99ba49e95..bce845175 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -32,7 +32,7 @@ static def javaTargetVersion() { } ext { - junitPlatformVersion = '1.10.3' + junitPlatformVersion = '1.11.0' junitJupiterVersion = '5.10.3' apiGuardianVersion = '1.1.2' opentest4jVersion = '1.3.0'