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 6717a3c + eb93fc3 commit c3114abCopy full SHA for c3114ab
.github/dependabot.yml
@@ -33,6 +33,10 @@ updates:
33
# in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
34
# <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
35
- dependency-name: "com.netflix.hystrix:hystrix-core"
36
+ # AspectJ does not use semantic versioning, the third number in the version is not the patch version
37
+ # but it indicates the latest Java version that is supported (the 4th number is the patch version).
38
+ - dependency-name: "org.aspectj:aspectjweaver"
39
+ versions: ["[1.9.23,)"]
40
# only upgrade patch versions
41
- dependency-name: "*"
42
update-types:
0 commit comments