Skip to content

Commit eb93fc3

Browse files
Fit Dependabot config to AspectJ versioning
AspectJ does not use semantic versioning, the third number in the version is not the patch version but it indicates the latest Java version that is supported (the 4th number is the patch version). Closes gh-6067 See gh-6058 See gh-6020 See 15e7e32 See fe14a24 See 72600ac
1 parent 15e7e32 commit eb93fc3

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)