Skip to content

Commit 47e4d28

Browse files
committed
Stick to JUnit 5.x
JUnit 6 requires Java 17.
1 parent 67b52b6 commit 47e4d28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ updates:
1010
ignore:
1111
- dependency-name: "org.springframework.boot:spring-boot-maven-plugin"
1212
versions: ["[3.0,)"]
13+
- dependency-name: "org.junit:*"
14+
versions: [ "[6.0,)" ]
1315
- package-ecosystem: "github-actions"
1416
directory: "/"
1517
schedule:

0 commit comments

Comments
 (0)