Skip to content

Commit d1e513c

Browse files
build(deps): bump org.junit.platform:junit-platform-launcher (#843)
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) 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) Put JUnit Framework + JUnit Platform Launcher into a Dependabot update group. --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch Co-authored-by: Capt. Cutlass <[email protected]>
1 parent d6c49e0 commit d1e513c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ updates:
88
labels:
99
- "chore"
1010
groups:
11-
spring:
11+
junit:
1212
patterns:
13-
- "org.springframework.boot:spring-boot-starter-web"
14-
- "org.springframework.boot:spring-boot-starter-test"
13+
- "org.junit.jupiter:junit-jupiter"
14+
- "org.junit.platform:junit-platform-launcher"
1515
- package-ecosystem: github-actions
1616
directory: /
1717
schedule:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ commons-lang3 = "3.17.0"
33
lombok = "1.18.38"
44
mockito = "5.2.0"
55
junit = "5.13.1"
6-
junit-launcher = "1.13.0"
6+
junit-launcher = "1.13.1"
77
awaitility = "4.3.0"
88
sonarqube = "6.2.0.5505"
99

0 commit comments

Comments
 (0)