Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1815

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Update dependencies #1815

merged 3 commits into from
Aug 26, 2024

Commits on Aug 26, 2024

  1. Update the InnoSetup dependency to a newer version

    The primary reason is that Component Detection
    (https://github.com/microsoft/component-detection) pointed out that the
    version we used is missing legal information.
    
    As of clearlydefined/curated-data#23677, version
    6.2.1 of this package has a documented license. Therefore, this issue
    should be hereby resolved.
    
    Besides, it's always good to stay up to date with dependencies.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1295753 View commit details
    Browse the repository at this point in the history
  2. Update the LibGit2Sharp dependency to a newer version

    The primary reason is that Component Detection
    (https://github.com/microsoft/component-detection) pointed out that the
    version we used is missing legal information.
    
    Noticing that
    https://www.nuget.org/packages/LibGit2Sharp.NativeBinaries/2.0.278/License
    shows only a link into the repository, but the full license is shown at
    https://www.nuget.org/packages/LibGit2Sharp.NativeBinaries/2.0.322/License
    this issue should be hereby resolved.
    
    Besides, it's always good to stay up to date with dependencies.
    
    Since libgit2 is very careful about backwards-compatibility (and
    therefore LibGit2Sharp, too), this update should not result in any
    change of behavior.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b121af9 View commit details
    Browse the repository at this point in the history
  3. Update all remaining dependencies to their latest stable versions

    Now that we addressed the Component Detection issues, let's just go
    ahead and proactively update the remaining dependencies, too.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    56f001a View commit details
    Browse the repository at this point in the history