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

fix(deps): Update dependency gradle to v8.10.2 #272

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Oct 1, 2024

This PR contains the following updates:

Package Update Change
gradle (source) patch 8.10 -> 8.10.2

Release Notes

gradle/gradle (gradle)

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 - "before 4am on the first 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@cq-bot cq-bot requested a review from a team as a code owner October 1, 2024 00:50
@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Oct 1, 2024
@cq-bot cq-bot requested review from erezrokah and removed request for a team October 1, 2024 00:50
@kodiakhq kodiakhq bot merged commit db4ff77 into main Oct 1, 2024
5 checks passed
@kodiakhq kodiakhq bot deleted the renovate/gradle-8.x branch October 1, 2024 00:59
kodiakhq bot pushed a commit that referenced this pull request Oct 1, 2024
🤖 I have created a release *beep* *boop*
---


## [0.0.34](v0.0.33...v0.0.34) (2024-10-01)


### Bug Fixes

* **deps:** Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.0 ([#274](#274)) ([06e1ace](06e1ace))
* **deps:** Update dependency com.fasterxml.jackson.core:jackson-core to v2.18.0 ([#275](#275)) ([aabdca2](aabdca2))
* **deps:** Update dependency com.google.guava:guava to v33.3.0-jre ([#263](#263)) ([b49373c](b49373c))
* **deps:** Update dependency com.google.guava:guava to v33.3.1-jre ([#271](#271)) ([6f20717](6f20717))
* **deps:** Update dependency commons-io:commons-io to v2.17.0 ([#276](#276)) ([a6772ee](a6772ee))
* **deps:** Update dependency gradle to v8.10 ([#264](#264)) ([aa13b26](aa13b26))
* **deps:** Update dependency gradle to v8.10.2 ([#272](#272)) ([db4ff77](db4ff77))
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.24 ([#269](#269)) ([eb838d5](eb838d5))
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.25 ([#270](#270)) ([94bcb9f](94bcb9f))
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.26 ([#279](#279)) ([f1c9521](f1c9521))
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.2 ([#261](#261)) ([4804e5e](4804e5e))
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.17 ([#277](#277)) ([174a527](174a527))
* **deps:** Update grpc-java monorepo to v1.66.0 ([#265](#265)) ([0ec09c0](0ec09c0))
* **deps:** Update grpc-java monorepo to v1.68.0 ([#278](#278)) ([ba2ca97](ba2ca97))
* **deps:** Update junit5 monorepo to v5.11.0 ([#266](#266)) ([72ea770](72ea770))
* **deps:** Update junit5 monorepo to v5.11.1 ([#273](#273)) ([5aca422](5aca422))
* **deps:** Update mockito monorepo to v5.13.0 ([#267](#267)) ([3bed68c](3bed68c))
* **deps:** Update plugin io.freefair.lombok to v8.10 ([#268](#268)) ([8ca46c9](8ca46c9))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant