Skip to content

Commit 9b31c47

Browse files
Fit Dependabot config to AspectJ versioning (1.14)
See gh-6067
1 parent c3114ab commit 9b31c47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ updates:
5454
# in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
5555
# <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
5656
- dependency-name: "com.netflix.hystrix:hystrix-core"
57+
# AspectJ does not use semantic versioning, the third number in the version is not the patch version
58+
# but it indicates the latest Java version that is supported (the 4th number is the patch version).
59+
- dependency-name: "org.aspectj:aspectjweaver"
60+
versions: ["[1.9.21,)"]
5761
# only upgrade patch versions
5862
- dependency-name: "*"
5963
update-types:

0 commit comments

Comments
 (0)