Skip to content

Commit fe7dca2

Browse files
Bump junit-platform-launcher from 1.9.0 to 1.9.1 (#2768)
Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.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 ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d14d97 commit fe7dca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ versions.errorprone = '2.14.0'
1010

1111
libraries.junit4 = 'junit:junit:4.13.2'
1212
libraries.junitJupiterApi = "org.junit.jupiter:junit-jupiter-api:${versions.junitJupiter}"
13-
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.9.0'
13+
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.9.1'
1414
libraries.junitJupiterEngine = "org.junit.jupiter:junit-jupiter-engine:${versions.junitJupiter}"
1515
libraries.junitVintageEngine = "org.junit.vintage:junit-vintage-engine:${versions.junitJupiter}"
1616
libraries.assertj = 'org.assertj:assertj-core:3.23.1'

0 commit comments

Comments
 (0)