Skip to content

Commit a15a752

Browse files
Bump junitVersion from 5.11.4 to 6.0.3
Bumps `junitVersion` from 5.11.4 to 6.0.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d7fce4 commit a15a752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply from: "${rootProject.projectDir}/codegen.gradle"
2020

2121
ext {
2222
testcontainersVersion = "2.0.3"
23-
junitVersion = "5.11.4"
23+
junitVersion = "6.0.3"
2424
}
2525

2626
java {

0 commit comments

Comments
 (0)