Skip to content

Commit c3114ab

Browse files
Merge branch '1.13.x' into 1.14.x
2 parents 6717a3c + eb93fc3 commit c3114ab

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
@@ -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:

0 commit comments

Comments
 (0)