Skip to content

Bump jgrapht.version from 1.4.0 to 1.5.2#6761

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot-maven-jgrapht.version-1.5.2
Closed

Bump jgrapht.version from 1.4.0 to 1.5.2#6761
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot-maven-jgrapht.version-1.5.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps jgrapht.version from 1.4.0 to 1.5.2.
Updates org.jgrapht:jgrapht-core from 1.4.0 to 1.5.2

Changelog

Sourced from org.jgrapht:jgrapht-core's changelog.

HISTORY

Changes to JGraphT in each version:

  • version 1.5.3 (Under development)

    • Updated dependencies (contributed by Joris Kinable)
    • Fixed a bug in DOTExporter causing graph attributes not to be exported correctly. (contributed by vab2048)
    • Fixed DoublyLinkedList for compatibility with Java 21 (reported by Liam Miller-Cushon, contributed by Sung Ho Yoon)
    • Fixed a bug in GmlExporter to use system line separator consistently (contributed by Sung Ho Yoon)
    • Migrated to JUnit 5 (contributed by Sung Ho Yoon)
    • Javadoc, Maven, README, and CI maintenance (contributed by Sung Ho Yoon)
    • Added matrix build (Ubuntu, MacOS, Windows) to CI (contributed by Sung Ho Yoon)
    • Tidied up logging in VF2SubgraphIsomorphismState (contributed by Albgarsan)
    • Added FarthestInsertionHeuristicTSP algorithm (contributed by J. Alejandro Cornejo-Acosta)
    • Prevent edge weight modification in AsUnmodifiableGraph and add tests (contributed by Sung Ho Yoon)
  • version 1.5.2 (2-May-2023)

    • Prepared release cycle 1.5.2: removed deprecated code, updated dependencies (contributed by Joris Kinable)
    • Fixed NPE when no path exists in DijkstraManyToManyShortestPaths (contributed by Dimitrios Michail)
    • Fixed NaN exception in case of a zero displacement in FRLayoutAlgorithm2D (contributed by Dimitrios Michail)
    • Fixed Eclipse warnings in tests (contributed by Hannes Wellmann)
    • Enforced naming conventions in checkstyle, allowing Latin chars (contributed by Hannes Wellmann)
    • Bug fix for TSPLIBImporter which failed to parse burma14 due to multi-space delimiters (reported by Joris Kinable, contributed by Hannes Wellmann)
    • Fixed succinct graph constructors in outgoing-only case (contributed by Sebastiano Vigna)
    • Added support for custom names in vertices/edges collections in JSON I/O (contributed by Dimitrios Michail)
    • Fixed assertion message in succinct graphs (contributed by Rostislav Svoboda)
    • Made result ordering predictable in some algorithms (contributed by Dimitrios Michail)
    • Added user guide for WebGraph and Sux4J adapters (contributed by Sebastiano Vigna)
    • Github Actions maintenance (contributed by Szabolcs Besenyei)
    • Added graph specifics strategy parameter for DirectedAcyclicGraph (contributed by Dariusz Dudek)
    • Added explicit NotDirectedAcyclicGraphException (contributed by Kaiichiro Ota)
    • Added explicit GraphCycleProhibitedException (contributed by Magnus Gunnarsson)
    • Support custom vertex types in DeltaSteppingShortestPath (contributed by Semen Chudakov)
    • Added path validation to AllDirectedPaths (contributed by Frans van Buul)
    • Added ApBetweennessCentrality using new dependency on apfloat library (contributed by Dimitrios Michail)
    • Added UndirectedModularityMeasurer (contributed by Dimitrios Michail)
    • Added callback API to DirectedSimpleCycles interface (contributed by Sérgio Faria)
    • Upgraded commons-text to 1.10.0 and antlr4-runtime to 4.10.1 (contributed by Rene Leonhardt)
    • Centralized dependency version declarations (contributed by Rene Leonhardt)
    • Updated all dependencies pre-release (contributed by Rene Leonhardt)
    • Prevented XEE in SimpleGEXFEventDrivenImporter (contributed by DelfinSR)
  • version 1.5.1 (18-Mar-2021)

    • Prepared release cycle 1.5.1: removed deprecated code, updated dependencies (contributed by Joris Kinable)
    • Fix non-determinism in BaseKDisjointShortestPathsAlgorithm (reported by andreamarotta, contributed by Assaf Mizrachi)
    • Avoid package self-import in MANIFEST.MF (contributed by Hannes Wellmann)
    • Fixes issue with reverse path weights in DijkstraManyToManyShortestPath (contributed by Semen Chudakov)
    • Added RescaleLayoutAlgorithm2D - layout model rescaling algorithm (contributed by Dimitrios Michail)
    • Bug fix by rewriting algorithmic part of NaiveLCAFinder (contributed by Timofey Chudakov)
    • Added Boykov-Kolmogorov maximum flow algorithm for computer-vision related flow networks (contributed by Timofey Chudakov)

... (truncated)

Commits
  • fe2d4cd [maven-release-plugin] prepare release jgrapht-1.5.2
  • 83121cf Ran code formatter for release 1.5.2
  • 38e6ff5 Updated readme, history, contributors and copyright headers for 1.5.2 release
  • 1178ece Credits for last merge.
  • 0096c71 chore(deps): Update dependencies (#1143)
  • 529b351 Credits for last merge.
  • 497b4ad chore(deps): Manage dependencies (#1147)
  • 70bb5b5 Credits for last merge.
  • b6f0e30 Update SimpleGEXFEventDrivenImporter.java (#1144)
  • bf86bbc dependabot dependabot we love dependabot!
  • Additional commits viewable in compare view

Updates org.jgrapht:jgrapht-ext from 1.4.0 to 1.5.2

Changelog

Sourced from org.jgrapht:jgrapht-ext's changelog.

HISTORY

Changes to JGraphT in each version:

  • version 1.5.3 (Under development)

    • Updated dependencies (contributed by Joris Kinable)
    • Fixed a bug in DOTExporter causing graph attributes not to be exported correctly. (contributed by vab2048)
    • Fixed DoublyLinkedList for compatibility with Java 21 (reported by Liam Miller-Cushon, contributed by Sung Ho Yoon)
    • Fixed a bug in GmlExporter to use system line separator consistently (contributed by Sung Ho Yoon)
    • Migrated to JUnit 5 (contributed by Sung Ho Yoon)
    • Javadoc, Maven, README, and CI maintenance (contributed by Sung Ho Yoon)
    • Added matrix build (Ubuntu, MacOS, Windows) to CI (contributed by Sung Ho Yoon)
    • Tidied up logging in VF2SubgraphIsomorphismState (contributed by Albgarsan)
    • Added FarthestInsertionHeuristicTSP algorithm (contributed by J. Alejandro Cornejo-Acosta)
    • Prevent edge weight modification in AsUnmodifiableGraph and add tests (contributed by Sung Ho Yoon)
  • version 1.5.2 (2-May-2023)

    • Prepared release cycle 1.5.2: removed deprecated code, updated dependencies (contributed by Joris Kinable)
    • Fixed NPE when no path exists in DijkstraManyToManyShortestPaths (contributed by Dimitrios Michail)
    • Fixed NaN exception in case of a zero displacement in FRLayoutAlgorithm2D (contributed by Dimitrios Michail)
    • Fixed Eclipse warnings in tests (contributed by Hannes Wellmann)
    • Enforced naming conventions in checkstyle, allowing Latin chars (contributed by Hannes Wellmann)
    • Bug fix for TSPLIBImporter which failed to parse burma14 due to multi-space delimiters (reported by Joris Kinable, contributed by Hannes Wellmann)
    • Fixed succinct graph constructors in outgoing-only case (contributed by Sebastiano Vigna)
    • Added support for custom names in vertices/edges collections in JSON I/O (contributed by Dimitrios Michail)
    • Fixed assertion message in succinct graphs (contributed by Rostislav Svoboda)
    • Made result ordering predictable in some algorithms (contributed by Dimitrios Michail)
    • Added user guide for WebGraph and Sux4J adapters (contributed by Sebastiano Vigna)
    • Github Actions maintenance (contributed by Szabolcs Besenyei)
    • Added graph specifics strategy parameter for DirectedAcyclicGraph (contributed by Dariusz Dudek)
    • Added explicit NotDirectedAcyclicGraphException (contributed by Kaiichiro Ota)
    • Added explicit GraphCycleProhibitedException (contributed by Magnus Gunnarsson)
    • Support custom vertex types in DeltaSteppingShortestPath (contributed by Semen Chudakov)
    • Added path validation to AllDirectedPaths (contributed by Frans van Buul)
    • Added ApBetweennessCentrality using new dependency on apfloat library (contributed by Dimitrios Michail)
    • Added UndirectedModularityMeasurer (contributed by Dimitrios Michail)
    • Added callback API to DirectedSimpleCycles interface (contributed by Sérgio Faria)
    • Upgraded commons-text to 1.10.0 and antlr4-runtime to 4.10.1 (contributed by Rene Leonhardt)
    • Centralized dependency version declarations (contributed by Rene Leonhardt)
    • Updated all dependencies pre-release (contributed by Rene Leonhardt)
    • Prevented XEE in SimpleGEXFEventDrivenImporter (contributed by DelfinSR)
  • version 1.5.1 (18-Mar-2021)

    • Prepared release cycle 1.5.1: removed deprecated code, updated dependencies (contributed by Joris Kinable)
    • Fix non-determinism in BaseKDisjointShortestPathsAlgorithm (reported by andreamarotta, contributed by Assaf Mizrachi)
    • Avoid package self-import in MANIFEST.MF (contributed by Hannes Wellmann)
    • Fixes issue with reverse path weights in DijkstraManyToManyShortestPath (contributed by Semen Chudakov)
    • Added RescaleLayoutAlgorithm2D - layout model rescaling algorithm (contributed by Dimitrios Michail)
    • Bug fix by rewriting algorithmic part of NaiveLCAFinder (contributed by Timofey Chudakov)
    • Added Boykov-Kolmogorov maximum flow algorithm for computer-vision related flow networks (contributed by Timofey Chudakov)

... (truncated)

Commits
  • fe2d4cd [maven-release-plugin] prepare release jgrapht-1.5.2
  • 83121cf Ran code formatter for release 1.5.2
  • 38e6ff5 Updated readme, history, contributors and copyright headers for 1.5.2 release
  • 1178ece Credits for last merge.
  • 0096c71 chore(deps): Update dependencies (#1143)
  • 529b351 Credits for last merge.
  • 497b4ad chore(deps): Manage dependencies (#1147)
  • 70bb5b5 Credits for last merge.
  • b6f0e30 Update SimpleGEXFEventDrivenImporter.java (#1144)
  • bf86bbc dependabot dependabot we love dependabot!
  • Additional commits viewable in compare view

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 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)

Bumps `jgrapht.version` from 1.4.0 to 1.5.2.

Updates `org.jgrapht:jgrapht-core` from 1.4.0 to 1.5.2
- [Changelog](https://github.com/jgrapht/jgrapht/blob/master/HISTORY.md)
- [Commits](jgrapht/jgrapht@1.4.0...jgrapht-1.5.2)

Updates `org.jgrapht:jgrapht-ext` from 1.4.0 to 1.5.2
- [Changelog](https://github.com/jgrapht/jgrapht/blob/master/HISTORY.md)
- [Commits](jgrapht/jgrapht@1.4.0...jgrapht-1.5.2)

---
updated-dependencies:
- dependency-name: org.jgrapht:jgrapht-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jgrapht:jgrapht-ext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 1, 2024
@adoroszlai
Copy link
Copy Markdown
Contributor

@dependabot ignore this minor version

Error:    bad class file: /home/runner/.m2/repository/org/jgrapht/jgrapht-core/1.5.2/jgrapht-core-1.5.2.jar(org/jgrapht/Graph.class)
Error:      class file has wrong version 55.0, should be 52.0

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

OK, I won't notify you about version 1.5.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot-maven-jgrapht.version-1.5.2 branch June 1, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant