Skip to content

Commit 7d95c9f

Browse files
committed
Stick to JUnit 5.x
JUnit 6 requires Java 17.
1 parent 889abe8 commit 7d95c9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ updates:
1313
versions: [ "[2.0,)" ]
1414
- dependency-name: "ch.qos.logback:logback-classic"
1515
versions: [ "[1.3,)" ]
16+
- dependency-name: "org.junit:*"
17+
versions: [ "[6.0,)" ]
1618
- package-ecosystem: "github-actions"
1719
directory: "/"
1820
schedule:
1921
interval: "daily"
20-
target-branch: "main"
22+
target-branch: "main"

0 commit comments

Comments
 (0)