arquillian / smart-testing

We know which tests you want to run.
Apache License 2.0
25 stars 12 forks source link

build(deps): bump jgrapht-core from 1.1.0 to 1.3.1 #391

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps jgrapht-core from 1.1.0 to 1.3.1.

Changelog *Sourced from [jgrapht-core's changelog](https://github.com/jgrapht/jgrapht/blob/master/HISTORY.md).* > # HISTORY # > > Changes to JGraphT in each version: > > - **version 1.3.2** (under development): > - Prepared release cycle 1.3.2: removed deprecated code, updated dependencies, etc (contributed by Joris Kinable) > > - **version 1.3.1** (3-Jun-2019): > - Prepared release cycle 1.3.1: removed deprecated code, updated dependencies, etc (contributed by Joris Kinable) > - Added new logo (from 99designs, with site additions by John Sichi and Joris Kinable) > - Added new website (contributed by John Sichi) > - Converted all methods and fields to protected in `HierholzerEulerianCycle` (contributed by simlu) > - Optimized specifics hash lookups (contributed by Dimitrios Michail) > - Fixed mobile website menu (contributed by Karri Sai Satish Kumar Reddy) > - Upgraded Antlr version to 4.7.2 and jheaps to 0.10 (contributed by Dimitrios Michail) > - Replaced URL with URI in HelloJGraphT example (contributed by Stephan Schroevers) > - Deprecated `FibonacciHeap` (contributed by Timofey Chudakov) > - Replaced usage of `Graph.{vertex,edge}Set().contains()` by `Graph.contains{Vertex,Edge}()` (contributed by Ned Twigg) > - Updated examples with Guava adapter example (contributed by John Sichi) > - Added Warnsdorff rule heuristic and Parberry's algorithm for closed knight's tour problem to demo package (contributed by Kirill Vishnyakov) > - Added min weight, max weight and max weight perfect matching algorithms (contributed by Timofey Chudakov) > - Fixed bug where DOTImporter throws NullPointerException when trying to parse a vertex without attributes (contributed by Dimitrios Michail) > - Added BFS as a shortest path algorithm (contributed by Karri Sai Satish Kumar Reddy) > - Added concurrent implementation of the delta-stepping shortest path algorithm (contributed by Semen Chudakov) > - Added support for the capacitated minimum spanning tree (CMST) problem (contributed by Christoph Grüne) > - Made `GraphMLImporter` ordering deterministic (contributed by Dimitrios Michail) > - Added bidirectional A-star (contributed by Semen Chudakov) > - Added Yen's k shortest loopless paths algorithm (contributed by Semen Chudakov) > - Defer graph vertex iterator initialization in CrossComponentIterator (contributed by John Sichi) > - Updated jgraphx version to 3.9.8.1 (contributed by John Sichi) > - Added JSON exporter and importer (contributed by Dimitrios Michail) > - Enhanced `DirectedAcyclicGraph` to support multiple edges (contributed by Dimitrios Michail based on a suggestion by Sarat Chandra Balla) > - Refactored `SerializationTestUtils` and made it generic (contributed by Lavish Kothari) > - Added more serialization test coverage (contributed by Lavish Kothari) > - Added Goldberg's algorithms for the calculation of maximum density subgraphs (contributed by Andre Immig) > - Optimize UnmodifiableUnionSet to lazily read live sizes from underlying sets (contributed by John Sichi) > - Added Eppsteins k-shortest paths algorithm (contributed by Semen Chudakov) > > - **version 1.3.0** (12-Nov-2018): > - Prepared release cycle 1.2.1: removed deprecated code, updated dependencies, etc (contributed by Joris Kinable) > - Restored optional tests for `BergeGraphInspector` (contributed by Philipp Kaesgen) > - Use POSIX tar format for assembly (contributed by Mark Raynsford) > - Moved BrownBacktrackingColoring out of experimental, fixed bugs and wrote tests (contributed by Joris Kinable) > - Removed code not dual licensed under EPL-1.0 and LGPL-2.1-or-later: `AsUnweightedGraph` and `AsWeightedGraph` are gone. (supported by Robert Höttger and Oliver Kopp) > - Added forest generator based on the Barabasi-Albert model (contributed by Alexandru Văleanu) > - Added new implementation of `AsUnweightedGraph` and `AsWeightedGraph` (contributed by Lukas Harzenetter) > - Added pull request template (contributed by Oliver Kopp) > - Added `GraphSpecificsStrategy` and use the same edge set factory consistently (contributed by Dimitrios Michail) > - Added user overview doc (contributed by John Sichi) > - Clarified definition of `SimpleGraph` (contributed by Joris Kinable) > ... (truncated)
Commits - [`bdec6a6`](https://github.com/jgrapht/jgrapht/commit/bdec6a6c2e823df71c5c4990272be7c58a195b17) [maven-release-plugin] prepare release jgrapht-1.3.1 - [`c5b0359`](https://github.com/jgrapht/jgrapht/commit/c5b03590735f8d00446d5f6b3bb7d36a7615fcff) code reformatting - [`9775c30`](https://github.com/jgrapht/jgrapht/commit/9775c30a3d9445cc7996da0ab0e607c18e5872bc) Updated dependency versions for 1.3.1 release - [`8612aad`](https://github.com/jgrapht/jgrapht/commit/8612aad89812f6974f1ff97f46ebee4ef8ded032) updated history and readme for release 1.3.1 - [`4602a1d`](https://github.com/jgrapht/jgrapht/commit/4602a1d443f1b1751cb50979e9cd78bba731c46e) Update HISTORY.md - [`acad8c6`](https://github.com/jgrapht/jgrapht/commit/acad8c603d90a4f48b8a5a7b699bff1c0bbe95eb) Eppstein`s k shortest paths algorithm ([#755](https://github-redirect.dependabot.com/jgrapht/jgrapht/issues/755)) - [`d97fd00`](https://github.com/jgrapht/jgrapht/commit/d97fd00fad69a2d595352633ed504ef99254db3f) Credits for last merge - [`60c8a85`](https://github.com/jgrapht/jgrapht/commit/60c8a85da4051d9ac4225dbfbe13257e1762c57a) Optimize UnmodifiableUnionSet to lazily read live sizes from underlying sets ... - [`2a8a648`](https://github.com/jgrapht/jgrapht/commit/2a8a64888eda730ff5e77d42ba4bf1c59b752e1a) Credits for last merge. - [`c97c18d`](https://github.com/jgrapht/jgrapht/commit/c97c18d7a374f1cf4d8593d67817757264b27a97) JSON importer ([#783](https://github-redirect.dependabot.com/jgrapht/jgrapht/issues/783)) - Additional commits viewable in [compare view](https://github.com/jgrapht/jgrapht/compare/jgrapht-1.1.0...jgrapht-1.3.1)


Dependabot compatibility score

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 commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #416.