Skip to content

Commit ced5ba5

Browse files
authored
Fix dependabot.yml (#2859)
1 parent b899e18 commit ced5ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ updates:
4040
versions: [ "[11,)" ]
4141
- dependency-name: "org.mockito:*"
4242
# mockito 5 requires Java 11
43-
versions: [ "[5,)]" ]
43+
versions: [ "[5,)" ]
4444
schedule:
4545
interval: "daily"
4646
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)