dependabot[bot] opened a new pull request, #8522: URL: https://github.com/apache/storm/pull/8522
Bumps [org.jgrapht:jgrapht-core](https://github.com/jgrapht/jgrapht) from 0.9.0 to 1.5.3. <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.6.0</strong> (Under development)</p> <ul> <li>Prepared release cycle 1.6.0: removed deprecated code (contributed by John Sichi)</li> <li>Upgraded to Java 21, fixed warnings, and modernized code (contributed by Joris Kinable)</li> </ul> </li> <li> <p><strong>version 1.5.3</strong> (10-Apr-2026)</p> <ul> <li>Updated dependencies (contributed by Joris Kinable and Dimitrios Michail)</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>Added <code>GonHeuristic</code> algorithm in new <code>alg.centers</code> package (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> <li>Fixed <code>SuurballeKDisjointShortestPaths</code> modified weight calculation (contributed by Yuri Bilyarov)</li> <li>Added <code>KouMarkowskyBermanAlgorithm</code> implementation of <code>SteinerTreeAlgorithm</code> (contributed by Lena Büttel and Dimitrios Michail)</li> <li>Added <code>GreedyModularityAlgorithm</code> and <code>NaiveGreedyModularityAlgorithm</code> (contributed by Antonia Tsiftsi and Dimitrios Michail)</li> <li>Improved performance of filtered <code>AsSubgraph</code> creation (contributed by Kirill A. Korinsky)</li> <li>Improved performance of <code>BFSShortestPath</code> with early termination (contributed by Pratyush Goyal)</li> <li>Improved documentation of <code>PathValidator</code> (contributed by tobi-emx)</li> <li>Added <code>DagAllPathsCounter</code> (contributed by Pasha Finkelshteyn)</li> <li>Added subgraph support to <code>DOTExporter</code> (contributed by Nicolas Rol)</li> <li>Fixed <code>Graphs.addAllEdges</code> with custom weighted edge types (contributed by John Sichi)</li> <li>Added <code>KConnectivityFlowAlgorithm</code> (contributed by Azim Barhoumi and Paul Enjalbert)</li> <li>Improved <code>AsSynchronizedGraph</code> cache performance (contributed by Andriy Palamarchuk)</li> <li>Optimized <code>TransitiveReduction</code> (contributed by Benoit Chatain Lacelle)</li> <li>Optimized <code>ColorRefinementAlgorithm</code> (contributed by Johannes M Dieterich)</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> </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/be2abc30b9188e4099d737179e11bd669cf1e041"><code>be2abc3</code></a> [maven-release-plugin] prepare release jgrapht-1.5.3</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/7b585c3538bc4870303eb34a4a4e4eec8b870ffa"><code>7b585c3</code></a> Do the thing</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/0d6de9b89094df594225e795e097325d2c014dfe"><code>0d6de9b</code></a> [maven-release-plugin] rollback the release of jgrapht-1.5.3</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/091a78f0ea79f244051766f2d2aa17effbc78893"><code>091a78f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/106a822ea2a8cfb624bf17843d892233c642caa7"><code>106a822</code></a> [maven-release-plugin] prepare release jgrapht-1.5.3</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/9b9849128aa2c637a6d5eee68541cfa6bc3aa4d0"><code>9b98491</code></a> Update ReleaseProcess.md with environment variable info</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/7a3287176ed5a34160e2a5e2045595c69c58424f"><code>7a32871</code></a> Format again.</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/49b2bfbe5707be397dacd98962a7e440ae96479d"><code>49b2bfb</code></a> Credits for last merge.</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/f169b263f271ec43e7dca60f81c675b496f639f1"><code>f169b26</code></a> Missing credit.</li> <li><a href="https://github.com/jgrapht/jgrapht/commit/b36dc1429f46277290e09124cab31f2b3ff00b96"><code>b36dc14</code></a> Optimize ColorRefinement memory footprint and performance. (<a href="https://redirect.github.com/jgrapht/jgrapht/issues/1301">#1301</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jgrapht/jgrapht/compare/jgrapht-0.9.0...jgrapht-1.5.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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]
