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

chore(deps): Update gradle and github actions #152

Open
wants to merge 1 commit into
base: main/4.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.10 -> 8.13 age adoption passing confidence
org.gradle.toolchains.foojay-resolver-convention plugin minor 0.8.0 -> 0.9.0 age adoption passing confidence
com.diffplug.spotless plugin minor 6.21.0 -> 6.25.0 age adoption passing confidence
com.gradle.plugin-publish plugin minor 1.2.1 -> 1.3.1 age adoption passing confidence
com.diffplug.eclipse.apt plugin minor 4.0.1 -> 4.2.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gradle/gradle (gradle)

v8.13

Compare Source

v8.12.1: 8.12.1

Compare Source

The Gradle team is excited to announce Gradle 8.12.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.12: 8.12

Compare Source

The Gradle team is excited to announce Gradle 8.12.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.11.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

Switch your build to use Gradle 8.11 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.2

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.


Configuration

📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 7a061ee to 882c11a Compare October 4, 2023 22:02
@zml2008 zml2008 added this pull request to the merge queue Oct 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 12, 2023
@zml2008 zml2008 added this pull request to the merge queue Oct 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 12, 2023
@zml2008 zml2008 self-assigned this Nov 5, 2023
@zml2008 zml2008 added this pull request to the merge queue Nov 5, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 5, 2023
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 882c11a to 5427bf6 Compare November 6, 2023 09:22
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 5427bf6 to f29f21e Compare November 27, 2023 08:18
@zml2008 zml2008 added this pull request to the merge queue Nov 29, 2023
@zml2008 zml2008 added this to the 4.0.0 milestone Nov 29, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 29, 2023
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 4 times, most recently from 09a9ff4 to 922929d Compare December 4, 2023 05:24
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 922929d to 847b959 Compare December 8, 2023 22:22
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from ccc0937 to 1d26551 Compare January 15, 2024 02:09
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 1d26551 to a80bc07 Compare January 23, 2024 07:39
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 6 times, most recently from 3a8a896 to d1170b9 Compare February 2, 2024 10:28
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 6 times, most recently from 83ddba8 to f6c14a8 Compare February 4, 2024 11:09
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from f6c14a8 to 6ad3b5d Compare March 22, 2024 17:06
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 6ad3b5d to 82769c4 Compare April 3, 2024 05:42
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 82769c4 to 5538ce1 Compare May 31, 2024 23:38
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 5538ce1 to 662b1f3 Compare July 11, 2024 16:28
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 662b1f3 to 8f5fcbd Compare August 4, 2024 00:46
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 8f5fcbd to 8deac06 Compare August 14, 2024 14:42
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 8deac06 to 9734473 Compare August 25, 2024 03:08
@renovate renovate bot changed the title chore(deps): Update gradle and github actions chore(deps): Update dependency com.diffplug.spotless to v6.25.0 Aug 25, 2024
@renovate renovate bot changed the title chore(deps): Update dependency com.diffplug.spotless to v6.25.0 chore(deps): Update gradle and github actions Aug 29, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 9734473 to 3274b70 Compare August 29, 2024 11:59
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 9b8e372 to f803354 Compare September 11, 2024 10:54
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 7438857 to ddf6057 Compare September 23, 2024 23:26
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from ddf6057 to 8d7110e Compare November 3, 2024 00:37
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 8d7110e to ad2c6d3 Compare November 11, 2024 16:12
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from ad2c6d3 to 1ccd4cb Compare November 20, 2024 18:47
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 4839885 to e575537 Compare December 3, 2024 00:36
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from e575537 to 23253e7 Compare December 20, 2024 17:22
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 488cde7 to 259b582 Compare January 30, 2025 12:51
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 259b582 to 33a2d97 Compare February 25, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant