Skip to content

Commit 73ea644

Browse files
Bump junitPlatformVersion from 1.13.0 to 1.13.1
Bumps `junitPlatformVersion` from 1.13.0 to 1.13.1. Updates `org.junit.platform:junit-platform-engine` from 1.13.0 to 1.13.1 - [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.13.0 to 1.13.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-engine dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97de79d commit 73ea644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
junitVersion = '5.13.0'
3-
junitPlatformVersion = '1.13.0'
3+
junitPlatformVersion = '1.13.1'
44
}
55

66
dependencies {

0 commit comments

Comments
 (0)