File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ updates:
3333 # in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
3434 # <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
3535 - 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,)"]
3640 # only upgrade patch versions
3741 - dependency-name : " *"
3842 update-types :
@@ -50,6 +54,10 @@ updates:
5054 # in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
5155 # <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
5256 - 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,)"]
5361 # only upgrade patch versions
5462 - dependency-name : " *"
5563 update-types :
You can’t perform that action at this time.
0 commit comments