Skip to content

Commit 0a2ec07

Browse files
committed
[MAINTENANCE] Ignore openjpa 4.x as not supporting Java 8
1 parent 23c57d9 commit 0a2ec07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ updates:
2828
- dependency-name: "org.apache.derby:derby"
2929
versions:
3030
- ">=10.15.0" # does not support java 8
31-
- dependency-name: " org.springframework:spring-*"
31+
- dependency-name: "org.springframework:spring-*"
3232
versions:
3333
- ">=6.0.0" # does not support java 8
34+
- dependency-name: "org.apache.openjpa:openjpa"
35+
versions:
36+
- ">=4.0.0" # does not support java 8
3437

3538
- package-ecosystem: "maven"
3639
directory: "/application"

0 commit comments

Comments
 (0)