Skip to content

Commit d115434

Browse files
dependabot[bot]asolntsev
authored andcommitted
Bump junitPlatformVersion from 1.13.4 to 6.0.0
Bumps `junitPlatformVersion` from 1.13.4 to 6.0.0. Updates `org.junit.platform:junit-platform-engine` from 1.13.4 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.platform:junit-platform-launcher` from 1.13.4 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-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27bd1f9 commit d115434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaultTasks 'clean', 'test'
55
ext {
66
selenideVersion = '7.10.1'
77
testcontainersVersion = '1.21.3'
8-
junitPlatformVersion = '1.13.4'
8+
junitPlatformVersion = '6.0.0'
99
}
1010

1111
dependencies {

0 commit comments

Comments
 (0)