Skip to content

Commit 2615d7a

Browse files
chore(deps): bump org.junit.platform:junit-platform-launcher from 1.12.2 to 6.0.2 (#256)
* chore(deps): bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.12.2 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.2) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Revert "chore(deps): bump org.junit.platform:junit-platform-launcher" This reverts commit 655efd8. * fix(deps) dependabot ignore junit.platform updates > 6.0.0, group junit junit-platform-launcher > 6 dropped Java 8 support. Also group junit updates to reduce dependabot PR amount. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlo Goetz <carlo.goetz@inovex.de>
1 parent f51e089 commit 2615d7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ updates:
1515
versions: ["[6.0.0,)"]
1616
- dependency-name: "org.junit.jupiter:junit-jupiter-engine"
1717
versions: ["[6.0.0,)"]
18+
- dependency-name: "org.junit.platform:junit-platform-launcher"
19+
versions: ["[6.0.0,)"]
20+
groups:
21+
junit:
22+
patterns: ["org.junit.*"]
1823
cooldown:
1924
default-days: 7
2025
exclude: ["cloud.stackit*"]

0 commit comments

Comments
 (0)