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 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.8 -> 8.11.1 age adoption passing confidence
org.graalvm.buildtools.native plugin minor 0.9.28 -> 0.10.4 age adoption passing confidence
org.springframework.boot plugin minor 3.3.0 -> 3.4.0 age adoption passing confidence
org.incendo.cloud-build-logic.spotless.root-project plugin patch 0.0.15 -> 0.0.16 age adoption passing confidence
org.incendo.cloud-build-logic.publishing.root-project plugin patch 0.0.15 -> 0.0.16 age adoption passing confidence
org.incendo.cloud-build-logic.spotless plugin patch 0.0.15 -> 0.0.16 age adoption passing confidence
org.gradle.toolchains.foojay-resolver-convention plugin minor 0.8.0 -> 0.9.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

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.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10

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.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.9

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.

graalvm/native-build-tools (org.graalvm.buildtools.native)

v0.10.3

Compare Source

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.10.2...0.10.3

v0.10.2

Compare Source

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.10.1...0.10.2

v0.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.10.0...0.10.1

v0.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.9.28...0.10.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

github-actions bot commented Jan 29, 2024

Test Results

0 tests   - 4   0 ✅  - 4   0s ⏱️ ±0s
0 suites  - 2   0 💤 ±0 
0 files    - 2   0 ❌ ±0 

Results for commit 7e12504. ± Comparison against base commit 35ab865.

♻️ This comment has been updated with latest results.

@renovate renovate bot changed the title chore(deps): Update gradle and github actions to v0.0.4 chore(deps): Update gradle and github actions to v0.0.7 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 1edfba5 to 131635d Compare January 29, 2024 22:31
@renovate renovate bot changed the title chore(deps): Update gradle and github actions to v0.0.7 chore(deps): Update gradle and github actions to v0.0.8 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 131635d to cfce99a Compare January 31, 2024 00:12
@renovate renovate bot changed the title chore(deps): Update gradle and github actions to v0.0.8 chore(deps): Update gradle and github actions to v0.0.9 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 4df85b0 to 5565f65 Compare February 1, 2024 14:03
@renovate renovate bot changed the title chore(deps): Update gradle and github actions to v0.0.9 chore(deps): Update gradle and github actions to v0.0.10 Feb 1, 2024
@renovate renovate bot changed the title chore(deps): Update gradle and github actions to v0.0.10 chore(deps): Update dependency org.incendo.cloud-build-logic.spotless.root-project to v0.0.10 Feb 1, 2024
@renovate renovate bot changed the title chore(deps): Update dependency org.incendo.cloud-build-logic.spotless.root-project to v0.0.10 chore(deps): Update gradle and github actions Feb 1, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 46151f1 to 3b28df0 Compare February 1, 2024 21:39
@renovate renovate bot changed the title chore(deps): Update gradle and github actions chore(deps): Update gradle and github actions - autoclosed Feb 2, 2024
@renovate renovate bot closed this Feb 2, 2024
@renovate renovate bot deleted the renovate/gradle-and-github-actions branch February 2, 2024 01:23
@renovate renovate bot changed the title chore(deps): Update gradle and github actions - autoclosed chore(deps): Update gradle and github actions Feb 2, 2024
@renovate renovate bot reopened this Feb 2, 2024
@renovate renovate bot restored the renovate/gradle-and-github-actions branch February 2, 2024 03:32
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 3b28df0 to 80d94e2 Compare February 2, 2024 03:32
@renovate renovate bot changed the title chore(deps): Update gradle and github actions chore(deps): Update gradle and github actions - autoclosed Feb 2, 2024
@renovate renovate bot closed this Feb 2, 2024
@renovate renovate bot deleted the renovate/gradle-and-github-actions branch February 2, 2024 08:11
@renovate renovate bot changed the title chore(deps): Update gradle and github actions - autoclosed chore(deps): Update gradle and github actions Feb 2, 2024
@renovate renovate bot reopened this Feb 2, 2024
@renovate renovate bot restored the renovate/gradle-and-github-actions branch February 2, 2024 11:31
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 3 times, most recently from eb24790 to 414d083 Compare February 2, 2024 22:56
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from f3cfbe7 to d881100 Compare March 22, 2024 17:53
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from d881100 to d9ec1eb Compare April 8, 2024 02:04
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from d9ec1eb to 2e6bc9a Compare April 18, 2024 20:09
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 2e6bc9a to 756e589 Compare May 9, 2024 04:10
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 3 times, most recently from 67d01d6 to 2fe65c9 Compare May 23, 2024 15:51
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 2fe65c9 to 0756975 Compare May 31, 2024 23:27
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 0756975 to 96037df Compare June 8, 2024 12:34
@renovate renovate bot changed the title chore(deps): Update gradle and github actions chore(deps): Update dependency org.graalvm.buildtools.native to v0.10.2 Jun 8, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 96037df to 3d9ff80 Compare June 8, 2024 13:04
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 3d9ff80 to 4f81b3d Compare June 20, 2024 13:20
@renovate renovate bot changed the title chore(deps): Update dependency org.graalvm.buildtools.native to v0.10.2 chore(deps): Update gradle and github actions Jun 20, 2024
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 4f81b3d to 50278be Compare July 11, 2024 15:15
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 50278be to 678d788 Compare July 18, 2024 19:31
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 678d788 to 67b2888 Compare August 14, 2024 12:42
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 67b2888 to d874973 Compare August 22, 2024 19:28
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from b026082 to 9fc1393 Compare September 10, 2024 11:26
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from 8914aa9 to 61ed6a0 Compare September 23, 2024 23:49
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 61ed6a0 to 90c3456 Compare October 24, 2024 14:26
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 90c3456 to c7c5317 Compare November 11, 2024 17:45
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 3 times, most recently from eb984c6 to 1fef681 Compare November 21, 2024 18:26
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch 2 times, most recently from f578245 to 5dac147 Compare December 2, 2024 09:43
@renovate renovate bot force-pushed the renovate/gradle-and-github-actions branch from 5dac147 to 7e12504 Compare December 3, 2024 16:10
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.

0 participants