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 all non-major dependencies #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-java action minor v4.0.0 -> v4.6.0 age adoption passing confidence
gradle (source) minor 8.6 -> 8.12 age adoption passing confidence
io.papermc.paperweight.patcher plugin minor 1.5.11 -> 1.7.7 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/setup-java (actions/setup-java)

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'

Bug fixes :

New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.2.1

v4.2.0

Compare Source

What's Changed
New Contributors

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.1.0

gradle/gradle (gradle)

v8.12

Compare Source

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.

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.8

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.7: 8.7

Compare Source

The Gradle team is excited to announce Gradle 8.7.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aleksandr Postnov,
Björn Kautler,
Brice Dutheil,
Denis Buzmakov,
Federico La Penna,
Gregor Dschung,
Hal Deadman,
Hélio Fernandes Sebastião,
Ivan Gavrilovic,
Jendrik Johannes,
Jörgen Andersson,
Marie,
pandaninjas,
Philip Wedemann,
Ryan Schmitt,
Steffen Yount,
Tyler Kinkade,
Zed Spencer-Milnes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.7

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.

PaperMC/paperweight (io.papermc.paperweight.patcher)

v1.7.7: paperweight v1.7.7

Commits
  • 459abae: 1.7.7-SNAPSHOT (Jason Penilla)
  • 8d474cb: Disable transitive dependencies of vanilla dependencies (Jason Penilla)
  • Version 1.7.7 - 6852f0e

v1.7.6: paperweight v1.7.6

Commits
  • a869b9e: 1.7.6-SNAPSHOT (MiniDigger | Martin)
  • 64aeed7: Adjust spigot dependency download for Gradle 8.11+ (Jason Penilla)
  • Version 1.7.6 - a4b9ca3

v1.7.5: paperweight v1.7.5

🚀 Features
  • allow setting extra manifest entries for bundler jars (#​263) - d075ac0
Commits
  • 6408556: 1.7.5-SNAPSHOT (Jason Penilla)
  • 5ddb759: release Version 1.7.4 (MiniDigger | Martin)

v1.7.4: paperweight v1.7.4

Commits
  • 91fac74: 1.7.4-SNAPSHOT (Jason Penilla)
  • addb21d: Add mainCapabilityAttribute to disambiguate project dependencies with multiple capabilities when bundling library jars (Jason Penilla) (#​257)
  • 5f8df32: Always make mc-dev-sources when applying patches (Bjarne Koll) (#​259)
  • Version 1.7.4 - 5bcee63

v1.7.3: paperweight v1.7.3

Commits

v1.7.2: paperweight v1.7.2

🔧 Bug Fixes
Commits

v1.7.1: paperweight v1.7.1

Commits
  • d3a5f5f: 1.7.1-SNAPSHOT (Jason Penilla)
  • 007ef94: Use first capability of a project in case of multiple when creating bundler jars (Jason Penilla)
  • eb14faf: Update for paper-mojangapi removal (Jason Penilla)
  • Version 1.7.1 - 4d47004

v1.7.0: paperweight v1.7.0

🚀 Features
Commits
  • 6495ae0: 1.6.4-SNAPSHOT (Jason Penilla)
  • b26c85b: Remove withDisallowUnsafeRead from PaperweightUserExtension#minecraftVersion (Jason Penilla)
  • Version 1.7.0 - c3c104c

v1.6.3: paperweight v1.6.3

🚀 Features
  • userdev: add pluginRemapper configuration to more easily upgrade tiny-remapper for reobfJar without disturbing the dev bundle pipeline - 0b9e073
Commits
  • f391c0c: 1.6.3-SNAPSHOT (Jason Penilla)
  • e54e9fc: Only exclude transitives for our tiny-remapper dep (Jason Penilla)
  • 3711175: make ReobfArtifactConfiguration fields @JvmStatic (Jason Penilla)
  • 381e557: Don't warn about mcdev data files that aren't being modified (Jake Potrebic) (#​241)
  • b47a75a: Apply a specific rule to exclude JUnit (Octavia Togami) (#​205)
  • Version 1.6.3 - a325636

v1.6.2: paperweight v1.6.2

Commits
  • 095a321: 1.6.2-SNAPSHOT (Jason Penilla)
  • 073ed85: Bump default java launcher version (Jason Penilla)
  • 8828b4a: Bump default scanJar memory (Jason Penilla)
  • Version 1.6.2 - 668e516

v1.6.1: paperweight v1.6.1

Commits
  • cf4fcd8: 1.6.1-SNAPSHOT (Jason Penilla)
  • cfcb6ad: Check for offline mode before initializing submodules (Jason Penilla)
  • 0eaa60e: Fix mappings missing from dev bundle server jar (Jason Penilla)
  • 78f033b: Fix mappings missing from dev bundle server jar (real) (Jason Penilla)
  • Version 1.6.1 - 10b0c49

v1.6.0: paperweight v1.6.0

🚀 Features
  • core/patcher: Add PaperweightSourceGeneratorHelper to replace VanillaGradle usage - c6d776d
Commits
  • 4a2e036: 1.5.16-SNAPSHOT (Jason Penilla)
  • c8f6e05: Plugin remapping (Jason Penilla) (#​239)
  • ca387c9: Update RemapSources sourceCompatibility convention (Jason Penilla)
  • 114dc61: Fix whitespace (Jason Penilla)
  • e927958: Bump dev bundle revision to 4 (Jason Penilla)
  • Version 1.6.0 - 17b3734

v1.5.15: paperweight v1.5.15

Commits

v1.5.13: paperweight v1.5.13

Commits
  • 374131f: 1.5.13-SNAPSHOT (Jason Penilla)
  • 8c3c62d: Update foojay resolver (Jason Penilla)
  • 7545624: Make patched file filtering incremental & compile against filtered jar (Jason Penilla) (#​237)
  • Version 1.5.13 - b7a64b0

v1.5.12: paperweight v1.5.12

🔧 Bug Fixes
Commits
  • 15224af: 1.5.12-SNAPSHOT (Jason Penilla)
  • 6383871: Update Gradle wrapper to 8.5 (Jason Penilla)
  • 4bc9495: Bump Mercury (Jason Penilla)
  • 0b3688c: Use JDK 17 toolchain and set -Xjdk-release=11 (Jason Penilla)
  • 21f771d: Make RemapSources sourceCompatibility a property (Jason Penilla)
  • dafc134: Update ASM to 9.7 (Jason Penilla)
  • 0d47c66: Update Gradle wrapper to 8.7 (Jason Penilla)
  • Version 1.5.12 - 2fba0a0

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" in timezone Asia/Seoul, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Mar 2, 2024
@renovate renovate bot changed the title chore(deps): update actions/setup-java action to v4.1.0 chore(deps): update actions/setup-java action to v4.2.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2edea00 to a8d2f91 Compare March 13, 2024 14:16
@renovate renovate bot changed the title chore(deps): update actions/setup-java action to v4.2.0 chore(deps): update actions/setup-java action to v4.2.1 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8d2f91 to 1b1fae4 Compare March 14, 2024 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b1fae4 to 4f4f854 Compare March 22, 2024 20:10
@renovate renovate bot changed the title chore(deps): update actions/setup-java action to v4.2.1 chore(deps): update all non-major dependencies Mar 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f4f854 to 5179855 Compare March 27, 2024 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9ae0e95 to a01c32d Compare April 11, 2024 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 12f959c to 1b38d82 Compare April 19, 2024 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 79b7539 to 7f4e73b Compare April 30, 2024 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ad50c2d to 40609ea Compare May 4, 2024 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40609ea to 245a0e1 Compare May 11, 2024 21:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 245a0e1 to 11789f2 Compare June 1, 2024 00:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 11789f2 to 7ec8798 Compare July 3, 2024 19:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ec8798 to 0e09fa5 Compare July 11, 2024 17:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ffee5d3 to 48f71ab Compare August 6, 2024 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48f71ab to 469b6d9 Compare August 14, 2024 12:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b6983cd to 6e10c47 Compare September 9, 2024 15:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from feb123f to 7ccc753 Compare September 24, 2024 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ccc753 to 2f02b3c Compare September 28, 2024 04:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a18dfe4 to cb22ca8 Compare October 25, 2024 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb22ca8 to b476320 Compare November 11, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3a5c79e to 1411be9 Compare November 20, 2024 18:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c491ecb to a1294a7 Compare December 5, 2024 22:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a1294a7 to 2a02bd7 Compare December 18, 2024 04:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a02bd7 to 3487bea Compare December 20, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants