Skip to content

Commit 18b5871

Browse files
committed
[MAINTENANCE] Exclude sprintframework update to version not supporting java 8
1 parent f2555d6 commit 18b5871

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ updates:
2424
- dependency-name: "org.apache.derby:derby"
2525
versions:
2626
- ">=10.15.0" # does not support java 8
27+
- dependency-name: " org.springframework:spring-*"
28+
versions:
29+
- ">=6.0.0" # does not support java 8
2730

2831
- package-ecosystem: "maven"
2932
directory: "/application"

0 commit comments

Comments
 (0)