We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fca1f2 commit 2f56a1dCopy full SHA for 2f56a1d
rules.xml
@@ -68,6 +68,15 @@
68
<ignoreVersion type="regex">.*\.RC[0-9]+</ignoreVersion>
69
</ignoreVersions>
70
</rule>
71
+ <rule groupId="org.jgrapht" artifactId="*" comparisonMethod="maven">
72
+ <!--
73
+ As of version 1.5.0, the JGraphT project requires Java 11.
74
+ We cannot upgrade past 1.4.0 while we still support Java 8.
75
+ -->
76
+ <ignoreVersions>
77
+ <ignoreVersion type="regex">.*</ignoreVersion>
78
+ </ignoreVersions>
79
+ </rule>
80
<rule groupId="org.slf4j" artifactId="*" comparisonMethod="maven">
81
<ignoreVersions>
82
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>
0 commit comments