build(deps): bump org.ajoberstar.grgit from 4.1.1 to 5.0.0 #323

Merged
dependabot[bot] merged 2 commits from dependabot/gradle/org.ajoberstar.grgit-5.0.0 into main 2023-08-26 19:24:02 +00:00
dependabot[bot] commented 2022-02-11 16:10:17 +00:00 (Migrated from github.com)

Bumps org.ajoberstar.grgit from 4.1.1 to 5.0.0.

Release notes

Sourced from org.ajoberstar.grgit's releases.

5.0.0

This release includes a number of breaking changes, with the main user highlight being the long awaited configuration cache support.

Known Issue: #356 highlighted that (some?) multi-project builds will encounter an error when applying org.ajoberstar.grgit or org.ajoberstar.grgit.service to multiple projects. This is caused by an upstream Gradle issue gradle/gradle#17559 that is, as of 2/10/2022, is targeted to be fixed in 7.5. I suggest multi-project builds hold off on upgrading until that upstream issue is resolved.

Breaking Changes

  • Upgrade to JGit 6
  • Drops support for Java 8 (due to JGit upgrade)
  • Drops support for Gradle 4, 5, and 6
  • Drops support for Groovy 2
  • org.ajoberstar.grgit is no longer auto-applied to all subprojects, you must apply it to any project that wants to access the grgit property

Enhancements

  • #322 --configuration-cache is now supported (thanks @​abelom and @​runningcode)
  • #354 A new org.ajoberstar.grgit-service plugin is available to provide lazy access to a GrgitService (a Gradle BuildService). See the README for tips on how to use this.
  • Adds grgit.remote.remote(name: 'origin') to remove remotes

Fixes

None

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.3.3, 7.4-rc-2
17 7.3.3, 7.4-rc-2

5.0.0-rc.7

This release includes a number of breaking changes, with the main user highlight being the long awaited configuration cache support.

Breaking Changes

  • Upgrade to JGit 6
  • Drops support for Java 8 (due to JGit upgrade)
  • Drops support for Gradle 4, 5, and 6
  • Drops support for Groovy 2
  • org.ajoberstar.grgit is no longer auto-applied to all subprojects, you must apply it to any project that wants to access the grgit property

Enhancements

... (truncated)

Commits
  • 0de6903 Add maven central config and fix service plugin id
  • 6921ab4 Add group/description
  • a24b47a Remove publishPlugins task
  • 25429e8 Fix toolchain settings for build
  • 632cd45 Use Gradle 7.4
  • 8eb7ca2 Add repositories
  • 996cb6b Switch to gradle-defaults
  • c0450b1 Add command to remove remotes
  • 0354fa7 Fix for use of dir instead of currentDir
  • 6e14884 Merge pull request #354 from ajoberstar/config-cache
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 4.1.1 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ajoberstar/grgit/releases">org.ajoberstar.grgit's releases</a>.</em></p> <blockquote> <h2>5.0.0</h2> <p>This release includes a number of breaking changes, with the main user highlight being the long awaited configuration cache support.</p> <p><strong>Known Issue:</strong> <a href="https://github-redirect.dependabot.com/ajoberstar/grgit/issues/356">#356</a> highlighted that (some?) multi-project builds will encounter an error when applying <code>org.ajoberstar.grgit</code> or <code>org.ajoberstar.grgit.service</code> to multiple projects. This is caused by an upstream Gradle issue <a href="https://github-redirect.dependabot.com/gradle/gradle/issues/17559">gradle/gradle#17559</a> that is, as of 2/10/2022, is targeted to be fixed in 7.5. I suggest multi-project builds hold off on upgrading until that upstream issue is resolved.</p> <h2>Breaking Changes</h2> <ul> <li>Upgrade to JGit 6</li> <li>Drops support for Java 8 (due to JGit upgrade)</li> <li>Drops support for Gradle 4, 5, and 6</li> <li>Drops support for Groovy 2</li> <li><code>org.ajoberstar.grgit</code> is no longer auto-applied to all subprojects, you must apply it to any project that wants to access the <code>grgit</code> property</li> </ul> <h2>Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/ajoberstar/grgit/issues/322">#322</a> <code>--configuration-cache</code> is now supported (thanks <a href="https://github.com/abelom"><code>@​abelom</code></a> and <a href="https://github.com/runningcode"><code>@​runningcode</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/ajoberstar/grgit/issues/354">#354</a> A new <code>org.ajoberstar.grgit-service</code> plugin is available to provide lazy access to a <code>GrgitService</code> (a Gradle <a href="https://docs.gradle.org/current/userguide/build_services.html">BuildService</a>). See the README for tips on how to use this.</li> <li>Adds <code>grgit.remote.remote(name: 'origin')</code> to remove remotes</li> </ul> <h2>Fixes</h2> <p><em>None</em></p> <h2>Deprecations</h2> <p><em>None</em></p> <h2>Compatibility</h2> <p>Tested on the following version:</p> <table> <thead> <tr> <th>Java Version</th> <th>Gradle Versions</th> </tr> </thead> <tbody> <tr> <td>11</td> <td>7.0.2, 7.3.3, 7.4-rc-2</td> </tr> <tr> <td>17</td> <td>7.3.3, 7.4-rc-2</td> </tr> </tbody> </table> <h2>5.0.0-rc.7</h2> <p>This release includes a number of breaking changes, with the main user highlight being the long awaited configuration cache support.</p> <h2>Breaking Changes</h2> <ul> <li>Upgrade to JGit 6</li> <li>Drops support for Java 8 (due to JGit upgrade)</li> <li>Drops support for Gradle 4, 5, and 6</li> <li>Drops support for Groovy 2</li> <li><code>org.ajoberstar.grgit</code> is no longer auto-applied to all subprojects, you must apply it to any project that wants to access the <code>grgit</code> property</li> </ul> <h2>Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/ajoberstar/grgit/issues/322">#322</a> <code>--configuration-cache</code> is now supported (thanks <a href="https://github.com/abelom"><code>@​abelom</code></a> and <a href="https://github.com/runningcode"><code>@​runningcode</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ajoberstar/grgit/commit/0de69038249685023a9e3ff9ec08cca4360eca16"><code>0de6903</code></a> Add maven central config and fix service plugin id</li> <li><a href="https://github.com/ajoberstar/grgit/commit/6921ab490b3fe75deeec70d440743db6e0c715a7"><code>6921ab4</code></a> Add group/description</li> <li><a href="https://github.com/ajoberstar/grgit/commit/a24b47af26d88fd7572f84eba06d57a5cdca6ff5"><code>a24b47a</code></a> Remove publishPlugins task</li> <li><a href="https://github.com/ajoberstar/grgit/commit/25429e86dc128f24409106ee5ceca4514c22395f"><code>25429e8</code></a> Fix toolchain settings for build</li> <li><a href="https://github.com/ajoberstar/grgit/commit/632cd4504c7566a0ca948a464339681c8b4a55a9"><code>632cd45</code></a> Use Gradle 7.4</li> <li><a href="https://github.com/ajoberstar/grgit/commit/8eb7ca2ebf30dbadd3d4828e3bcd17cfb5f7f7c4"><code>8eb7ca2</code></a> Add repositories</li> <li><a href="https://github.com/ajoberstar/grgit/commit/996cb6bbfabd822b59338decc5edba823098f786"><code>996cb6b</code></a> Switch to gradle-defaults</li> <li><a href="https://github.com/ajoberstar/grgit/commit/c0450b178d53e2a0f9bcea47487edb693fb7d96f"><code>c0450b1</code></a> Add command to remove remotes</li> <li><a href="https://github.com/ajoberstar/grgit/commit/0354fa708748827985b9103b708fee2cb83bc089"><code>0354fa7</code></a> Fix for use of dir instead of currentDir</li> <li><a href="https://github.com/ajoberstar/grgit/commit/6e148845fbad17b66d913e6defa2c27b10c657d8"><code>6e14884</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ajoberstar/grgit/issues/354">#354</a> from ajoberstar/config-cache</li> <li>Additional commits viewable in <a href="https://github.com/ajoberstar/grgit/compare/4.1.1...5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ajoberstar.grgit&package-manager=gradle&previous-version=4.1.1&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Sign in to join this conversation.
No description provided.