Skip to content

Commit c90c1a5

Browse files
Bump junitPlatformVersion from 1.12.0 to 1.12.1
Bumps `junitPlatformVersion` from 1.12.0 to 1.12.1. Updates `org.junit.platform:junit-platform-launcher` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-suite` from 1.12.0 to 1.12.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-patch - dependency-name: org.junit.platform:junit-platform-suite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a86fcb commit c90c1a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

selenium-webdriver-junit5-seljup/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ext {
8787

8888
htmlunitVersion = "4.13.0"
8989
rerunnerVersion = "2.1.6"
90-
junitPlatformVersion = "1.12.0"
90+
junitPlatformVersion = "1.12.1"
9191
awaitilityVersion = "4.3.0"
9292
browsermobVersion = "2.1.5"
9393
zapclientVersion = "1.16.0"

selenium-webdriver-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ext {
8888

8989
htmlunitVersion = "4.13.0"
9090
rerunnerVersion = "2.1.6"
91-
junitPlatformVersion = "1.12.0"
91+
junitPlatformVersion = "1.12.1"
9292
awaitilityVersion = "4.3.0"
9393
browsermobVersion = "2.1.5"
9494
zapclientVersion = "1.16.0"

0 commit comments

Comments
 (0)