We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c49e0 commit d1e513cCopy full SHA for d1e513c
.github/dependabot.yml
@@ -8,10 +8,10 @@ updates:
8
labels:
9
- "chore"
10
groups:
11
- spring:
+ junit:
12
patterns:
13
- - "org.springframework.boot:spring-boot-starter-web"
14
- - "org.springframework.boot:spring-boot-starter-test"
+ - "org.junit.jupiter:junit-jupiter"
+ - "org.junit.platform:junit-platform-launcher"
15
- package-ecosystem: github-actions
16
directory: /
17
schedule:
gradle/libs.versions.toml
@@ -3,7 +3,7 @@ commons-lang3 = "3.17.0"
3
lombok = "1.18.38"
4
mockito = "5.2.0"
5
junit = "5.13.1"
6
-junit-launcher = "1.13.0"
+junit-launcher = "1.13.1"
7
awaitility = "4.3.0"
sonarqube = "6.2.0.5505"
0 commit comments