Skip to content

Commit 2f56a1d

Browse files
committed
Ignore JGraphT version updates
It moved to Java 11.
1 parent 3fca1f2 commit 2f56a1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rules.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@
6868
<ignoreVersion type="regex">.*\.RC[0-9]+</ignoreVersion>
6969
</ignoreVersions>
7070
</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>
7180
<rule groupId="org.slf4j" artifactId="*" comparisonMethod="maven">
7281
<ignoreVersions>
7382
<ignoreVersion type="regex">.*-(alpha|beta|rc)-?[0-9]+</ignoreVersion>

0 commit comments

Comments
 (0)