Skip to content

Commit b0ade95

Browse files
Merge branch '1.14.x'
2 parents 60c91ac + 9b31c47 commit b0ade95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)