dependabot[bot] opened a new pull request, #7332: URL: https://github.com/apache/ozone/pull/7332
Bumps `jgrapht.version` from 1.4.0 to 1.5.0. Updates `org.jgrapht:jgrapht-core` from 1.4.0 to 1.5.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jgrapht/jgrapht/blob/master/HISTORY.md">org.jgrapht:jgrapht-core's changelog</a>.</em></p> <blockquote> <h1>HISTORY</h1> <p>Changes to JGraphT in each version:</p> <ul> <li> <p><strong>version 1.5.3</strong> (Under development)</p> <ul> <li>Updated dependencies (contributed by Joris Kinable)</li> <li>Fixed a bug in <code>DOTExporter</code> causing graph attributes not to be exported correctly. (contributed by vab2048)</li> <li>Fixed <code>DoublyLinkedList</code> for compatibility with Java 21 (reported by Liam Miller-Cushon, contributed by Sung Ho Yoon)</li> <li>Fixed a bug in <code>GmlExporter</code> to use system line separator consistently (contributed by Sung Ho Yoon)</li> <li>Migrated to JUnit 5 (contributed by Sung Ho Yoon)</li> <li>Javadoc, Maven, README, and CI maintenance (contributed by Sung Ho Yoon)</li> <li>Miscellaneous code maintenance (contributed by Sung Ho Yoon)</li> <li>Added missing license headers (contributed by Sung Ho Yoon)</li> <li>Added matrix build (Ubuntu, MacOS, Windows) to CI (contributed by Sung Ho Yoon)</li> <li>Tidied up logging in <code>VF2SubgraphIsomorphismState</code> (contributed by Albgarsan)</li> <li>Added <code>FarthestInsertionHeuristicTSP</code> algorithm (contributed by J. Alejandro Cornejo-Acosta)</li> <li>Prevent edge weight modification in <code>AsUnmodifiableGraph</code> and add tests (contributed by Sung Ho Yoon)</li> <li>Rename <code>SorensenIndexLinkPrediction</code> to remove non-ASCII characters (contributed by Feng Wenhan)</li> <li>Fixed backslashing interpretation in <code>DOTEventDrivenImporter</code> (contributed by Feng Wenhan)</li> </ul> </li> <li> <p><strong>version 1.5.2</strong> (2-May-2023)</p> <ul> <li>Prepared release cycle 1.5.2: removed deprecated code, updated dependencies (contributed by Joris Kinable)</li> <li>Fixed NPE when no path exists in <code>DijkstraManyToManyShortestPaths</code> (contributed by Dimitrios Michail)</li> <li>Fixed NaN exception in case of a zero displacement in <code>FRLayoutAlgorithm2D</code> (contributed by Dimitrios Michail)</li> <li>Fixed Eclipse warnings in tests (contributed by Hannes Wellmann)</li> <li>Enforced naming conventions in checkstyle, allowing Latin chars (contributed by Hannes Wellmann)</li> <li>Bug fix for <code>TSPLIBImporter</code> which failed to parse burma14 due to multi-space delimiters (reported by Joris Kinable, contributed by Hannes Wellmann)</li> <li>Fixed succinct graph constructors in outgoing-only case (contributed by Sebastiano Vigna)</li> <li>Added support for custom names in vertices/edges collections in JSON I/O (contributed by Dimitrios Michail)</li> <li>Fixed assertion message in succinct graphs (contributed by Rostislav Svoboda)</li> <li>Made result ordering predictable in some algorithms (contributed by Dimitrios Michail)</li> <li>Added user guide for WebGraph and Sux4J adapters (contributed by Sebastiano Vigna)</li> <li>Github Actions maintenance (contributed by Szabolcs Besenyei)</li> <li>Added graph specifics strategy parameter for <code>DirectedAcyclicGraph</code> (contributed by Dariusz Dudek)</li> <li>Added explicit <code>NotDirectedAcyclicGraphException</code> (contributed by Kaiichiro Ota)</li> <li>Added explicit <code>GraphCycleProhibitedException</code> (contributed by Magnus Gunnarsson)</li> <li>Support custom vertex types in <code>DeltaSteppingShortestPath</code> (contributed by Semen Chudakov)</li> <li>Added path validation to <code>AllDirectedPaths</code> (contributed by Frans van Buul)</li> <li>Added <code>ApBetweennessCentrality</code> using new dependency on apfloat library (contributed by Dimitrios Michail)</li> <li>Added <code>UndirectedModularityMeasurer</code> (contributed by Dimitrios Michail)</li> <li>Added callback API to <code>DirectedSimpleCycles</code> interface (contributed by Sérgio Faria)</li> <li>Upgraded commons-text to 1.10.0 and antlr4-runtime to 4.10.1 (contributed by Rene Leonhardt)</li> <li>Centralized dependency version declarations (contributed by Rene Leonhardt)</li> <li>Updated all dependencies pre-release (contributed by Rene Leonhardt)</li> <li>Prevented XEE in <code>SimpleGEXFEventDrivenImporter</code> (contributed by DelfinSR)</li> </ul> </li> <li> <p><strong>version 1.5.1</strong> (18-Mar-2021)</p> <ul> <li>Prepared release cycle 1.5.1: removed deprecated code, updated dependencies (contributed by Joris Kinable)</li> <li>Fix non-determinism in <code>BaseKDisjointShortestPathsAlgorithm</code> (reported by andreamarotta, contributed by Assaf Mizrachi)</li> <li>Avoid package self-import in MANIFEST.MF (contributed by Hannes Wellmann)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jgrapht/jgrapht/commit/a93d490da65bff9890418667200021e41ab6c793"><code>a93d490</code></a> [maven-release-plugin] prepare release jgrapht-1.5.0</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/273769dff0e0978cf174e014f33156403689baa5"><code>273769d</code></a> updated readme and history for 1.5.0 release</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/69bc8e13cbb540d51b539f8442a57cbda7fce449"><code>69bc8e1</code></a> applied formatting</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/4822e4f46579b2ffb34fd4126c6c5793ff065320"><code>4822e4f</code></a> Update .editorconfig</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/56a6fccf3b2ded0dc499a3eab71d72c4fb3951e8"><code>56a6fcc</code></a> Remove tabs from XML files and prevent them</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/f10931b07fddb24fc28246835e4c8de21e6f8097"><code>f10931b</code></a> Credits for last merge.</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/eec3840db3e2af663fe007d5812991f62c74bd5d"><code>eec3840</code></a> Enforce javac warnings (<a href="https://redirect.github.com/jgrapht/jgrapht/issues/946">#946</a>)</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/4a3ab87abf2ae2e36c775909f356850c74f8df8c"><code>4a3ab87</code></a> Credits for last merge.</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/d91e578ebe367ae0da45e3e4b014a27fe123797c"><code>d91e578</code></a> Modules support (<a href="https://redirect.github.com/jgrapht/jgrapht/issues/938">#938</a>)</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/e41a46b59e333dff37c82327719a8ad2a4b3b2ed"><code>e41a46b</code></a> Credits for last merge.</li> <li>Additional commits viewable in <a href="https://github.com/jgrapht/jgrapht/compare/1.4.0...jgrapht-1.5.0">compare view</a></li> </ul> </details> <br /> Updates `org.jgrapht:jgrapht-ext` from 1.4.0 to 1.5.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jgrapht/jgrapht/blob/master/HISTORY.md">org.jgrapht:jgrapht-ext's changelog</a>.</em></p> <blockquote> <h1>HISTORY</h1> <p>Changes to JGraphT in each version:</p> <ul> <li> <p><strong>version 1.5.3</strong> (Under development)</p> <ul> <li>Updated dependencies (contributed by Joris Kinable)</li> <li>Fixed a bug in <code>DOTExporter</code> causing graph attributes not to be exported correctly. (contributed by vab2048)</li> <li>Fixed <code>DoublyLinkedList</code> for compatibility with Java 21 (reported by Liam Miller-Cushon, contributed by Sung Ho Yoon)</li> <li>Fixed a bug in <code>GmlExporter</code> to use system line separator consistently (contributed by Sung Ho Yoon)</li> <li>Migrated to JUnit 5 (contributed by Sung Ho Yoon)</li> <li>Javadoc, Maven, README, and CI maintenance (contributed by Sung Ho Yoon)</li> <li>Miscellaneous code maintenance (contributed by Sung Ho Yoon)</li> <li>Added missing license headers (contributed by Sung Ho Yoon)</li> <li>Added matrix build (Ubuntu, MacOS, Windows) to CI (contributed by Sung Ho Yoon)</li> <li>Tidied up logging in <code>VF2SubgraphIsomorphismState</code> (contributed by Albgarsan)</li> <li>Added <code>FarthestInsertionHeuristicTSP</code> algorithm (contributed by J. Alejandro Cornejo-Acosta)</li> <li>Prevent edge weight modification in <code>AsUnmodifiableGraph</code> and add tests (contributed by Sung Ho Yoon)</li> <li>Rename <code>SorensenIndexLinkPrediction</code> to remove non-ASCII characters (contributed by Feng Wenhan)</li> <li>Fixed backslashing interpretation in <code>DOTEventDrivenImporter</code> (contributed by Feng Wenhan)</li> </ul> </li> <li> <p><strong>version 1.5.2</strong> (2-May-2023)</p> <ul> <li>Prepared release cycle 1.5.2: removed deprecated code, updated dependencies (contributed by Joris Kinable)</li> <li>Fixed NPE when no path exists in <code>DijkstraManyToManyShortestPaths</code> (contributed by Dimitrios Michail)</li> <li>Fixed NaN exception in case of a zero displacement in <code>FRLayoutAlgorithm2D</code> (contributed by Dimitrios Michail)</li> <li>Fixed Eclipse warnings in tests (contributed by Hannes Wellmann)</li> <li>Enforced naming conventions in checkstyle, allowing Latin chars (contributed by Hannes Wellmann)</li> <li>Bug fix for <code>TSPLIBImporter</code> which failed to parse burma14 due to multi-space delimiters (reported by Joris Kinable, contributed by Hannes Wellmann)</li> <li>Fixed succinct graph constructors in outgoing-only case (contributed by Sebastiano Vigna)</li> <li>Added support for custom names in vertices/edges collections in JSON I/O (contributed by Dimitrios Michail)</li> <li>Fixed assertion message in succinct graphs (contributed by Rostislav Svoboda)</li> <li>Made result ordering predictable in some algorithms (contributed by Dimitrios Michail)</li> <li>Added user guide for WebGraph and Sux4J adapters (contributed by Sebastiano Vigna)</li> <li>Github Actions maintenance (contributed by Szabolcs Besenyei)</li> <li>Added graph specifics strategy parameter for <code>DirectedAcyclicGraph</code> (contributed by Dariusz Dudek)</li> <li>Added explicit <code>NotDirectedAcyclicGraphException</code> (contributed by Kaiichiro Ota)</li> <li>Added explicit <code>GraphCycleProhibitedException</code> (contributed by Magnus Gunnarsson)</li> <li>Support custom vertex types in <code>DeltaSteppingShortestPath</code> (contributed by Semen Chudakov)</li> <li>Added path validation to <code>AllDirectedPaths</code> (contributed by Frans van Buul)</li> <li>Added <code>ApBetweennessCentrality</code> using new dependency on apfloat library (contributed by Dimitrios Michail)</li> <li>Added <code>UndirectedModularityMeasurer</code> (contributed by Dimitrios Michail)</li> <li>Added callback API to <code>DirectedSimpleCycles</code> interface (contributed by Sérgio Faria)</li> <li>Upgraded commons-text to 1.10.0 and antlr4-runtime to 4.10.1 (contributed by Rene Leonhardt)</li> <li>Centralized dependency version declarations (contributed by Rene Leonhardt)</li> <li>Updated all dependencies pre-release (contributed by Rene Leonhardt)</li> <li>Prevented XEE in <code>SimpleGEXFEventDrivenImporter</code> (contributed by DelfinSR)</li> </ul> </li> <li> <p><strong>version 1.5.1</strong> (18-Mar-2021)</p> <ul> <li>Prepared release cycle 1.5.1: removed deprecated code, updated dependencies (contributed by Joris Kinable)</li> <li>Fix non-determinism in <code>BaseKDisjointShortestPathsAlgorithm</code> (reported by andreamarotta, contributed by Assaf Mizrachi)</li> <li>Avoid package self-import in MANIFEST.MF (contributed by Hannes Wellmann)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jgrapht/jgrapht/commit/a93d490da65bff9890418667200021e41ab6c793"><code>a93d490</code></a> [maven-release-plugin] prepare release jgrapht-1.5.0</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/273769dff0e0978cf174e014f33156403689baa5"><code>273769d</code></a> updated readme and history for 1.5.0 release</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/69bc8e13cbb540d51b539f8442a57cbda7fce449"><code>69bc8e1</code></a> applied formatting</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/4822e4f46579b2ffb34fd4126c6c5793ff065320"><code>4822e4f</code></a> Update .editorconfig</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/56a6fccf3b2ded0dc499a3eab71d72c4fb3951e8"><code>56a6fcc</code></a> Remove tabs from XML files and prevent them</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/f10931b07fddb24fc28246835e4c8de21e6f8097"><code>f10931b</code></a> Credits for last merge.</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/eec3840db3e2af663fe007d5812991f62c74bd5d"><code>eec3840</code></a> Enforce javac warnings (<a href="https://redirect.github.com/jgrapht/jgrapht/issues/946">#946</a>)</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/4a3ab87abf2ae2e36c775909f356850c74f8df8c"><code>4a3ab87</code></a> Credits for last merge.</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/d91e578ebe367ae0da45e3e4b014a27fe123797c"><code>d91e578</code></a> Modules support (<a href="https://redirect.github.com/jgrapht/jgrapht/issues/938">#938</a>)</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/e41a46b59e333dff37c82327719a8ad2a4b3b2ed"><code>e41a46b</code></a> Credits for last merge.</li> <li>Additional commits viewable in <a href="https://github.com/jgrapht/jgrapht/compare/1.4.0...jgrapht-1.5.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.jgrapht:jgrapht-core | [>= 1.5.a, < 1.6] | | org.jgrapht:jgrapht-ext | [>= 1.5.a, < 1.6] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
