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 f78fe68 commit fc26f8eCopy full SHA for fc26f8e
.github/dependabot.yaml
@@ -61,6 +61,12 @@ updates:
61
- dependency-name: "org.codehaus.plexus:plexus-xml*"
62
versions:
63
- ">=4.1.0" # does not support java 8
64
+ - dependency-name: "org.junit.jupiter:junit-jupiter-*"
65
+ versions:
66
+ - ">=6.0.0" # does not support java 8
67
+ - dependency-name: "org.junit.platform:junit-platform-*"
68
69
70
- dependency-name: "org.mockito:mockito*"
71
72
- ">=5.0.0" # does not support java 8
0 commit comments