From ffba967496eb6d3d7445b4b1e9c7f47da406ddce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 04:08:59 +0000 Subject: [PATCH] Bump junitVersion from 1.12.0 to 6.0.0 Bumps `junitVersion` from 1.12.0 to 6.0.0. Updates `org.junit.platform:junit-platform-launcher` from 1.12.0 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) Updates `org.junit.jupiter:junit-jupiter` from 1.12.0 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 235a6dd8c..a085d89bb 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { groovyVersion = "4.0" groovyBinaryVersion = "4.0.28" - junitVersion = '1.12.0' + junitVersion = '6.0.0' testcontainersVersion = '1.21.3' scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins