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.
2 parents d6a4e63 + 7630262 commit 420472dCopy full SHA for 420472d
.github/dependabot.yml
@@ -37,6 +37,10 @@ updates:
37
- dependency-name: "org.mockito:mockito-core"
38
versions:
39
- ">= 5.0.a"
40
+ # ArchUnit: don't upgrade to v1 (requires slf4j v2)
41
+ - dependency-name: "com.tngtech.archunit:archunit"
42
+ versions:
43
+ - ">= 1.0.a"
44
- package-ecosystem: "github-actions"
45
directory: ".github/workflows"
46
schedule:
0 commit comments