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 c44e127 commit 0c446b8Copy full SHA for 0c446b8
2 files changed
.github/dependabot.yml
@@ -5,6 +5,9 @@ updates:
5
schedule:
6
interval: "weekly"
7
open-pull-requests-limit: 5
8
+ ignore:
9
+ - dependency-name: "org.junit.jupiter:junit-jupiter"
10
+ versions: [">=6.0.0"]
11
- package-ecosystem: "github-actions"
12
directory: "/"
13
pom.xml
@@ -46,7 +46,7 @@
46
<dependency>
47
<groupId>org.junit.jupiter</groupId>
48
<artifactId>junit-jupiter</artifactId>
49
- <version>6.0.3</version>
+ <version>5.11.4</version>
50
<scope>test</scope>
51
</dependency>
52
</dependencies>
0 commit comments