dependabot[bot] opened a new pull request, #3713:
URL: https://github.com/apache/storm/pull/3713

   Bumps [org.jgrapht:jgrapht-core](https://github.com/jgrapht/jgrapht) from 
0.9.0 to 1.5.2.
   <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>
   <li>Fixed <code>SuurballeKDisjointShortestPaths</code> modified weight 
calculation (contributed by Yuri Bilyarov)</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>
   </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/fe2d4cdfa42073eb1141e789844adc9c1fc8bf36";><code>fe2d4cd</code></a>
 [maven-release-plugin] prepare release jgrapht-1.5.2</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/83121cf95a594d4521261434d14d1c931a9fe48c";><code>83121cf</code></a>
 Ran code formatter for release 1.5.2</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/38e6ff52fca13b5df28eae0c648fb22423474219";><code>38e6ff5</code></a>
 Updated readme, history, contributors and copyright headers for 1.5.2 
release</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/1178ece666e441ffb6c5cf771c35fe6e3d8979c5";><code>1178ece</code></a>
 Credits for last merge.</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/0096c7163aa481654e000e0836267e008469c9e2";><code>0096c71</code></a>
 chore(deps): Update dependencies (<a 
href="https://redirect.github.com/jgrapht/jgrapht/issues/1143";>#1143</a>)</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/529b351be9a2a633e6ba3e33445cc3e36f20c523";><code>529b351</code></a>
 Credits for last merge.</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/497b4ad04768a02b141aad327b459f9eb5c723ef";><code>497b4ad</code></a>
 chore(deps): Manage dependencies (<a 
href="https://redirect.github.com/jgrapht/jgrapht/issues/1147";>#1147</a>)</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/70bb5b5c621e619be231e4aafaeb66118a70c1e1";><code>70bb5b5</code></a>
 Credits for last merge.</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/b6f0e30c2a8caae9707f01f14be373c8ed498605";><code>b6f0e30</code></a>
 Update SimpleGEXFEventDrivenImporter.java (<a 
href="https://redirect.github.com/jgrapht/jgrapht/issues/1144";>#1144</a>)</li>
   <li><a 
href="https://github.com/jgrapht/jgrapht/commit/bf86bbc95727a3fd5616fef0e765d4920aa05992";><code>bf86bbc</code></a>
 dependabot dependabot we love dependabot!</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jgrapht/jgrapht/compare/jgrapht-0.9.0...jgrapht-1.5.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jgrapht:jgrapht-core&package-manager=maven&previous-version=0.9.0&new-version=1.5.2)](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 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: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to