Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action minor v4.0.2 -> v4.3.0 age confidence
actions/checkout action minor v4.1.7 -> v4.3.1 age confidence
actions/setup-java action minor v4.2.2 -> v4.8.0 age confidence
gradle (source) patch 7.6.4 -> 7.6.6 age confidence
net.fabricmc:intermediary dependencies patch 1.21.1 -> 1.21.11 age confidence
net.fabricmc:yarn dependencies patch 1.21.1+build.3 -> 1.21.11-pre5+build.1 age confidence
org.ow2.asm:asm-util (source) dependencies minor 9.7 -> 9.9 age confidence
org.ow2.asm:asm-analysis (source) dependencies minor 9.7 -> 9.9 age confidence
org.ow2.asm:asm-tree (source) dependencies minor 9.7 -> 9.9 age confidence
org.ow2.asm:asm (source) dependencies minor 9.7 -> 9.9 age confidence
com.google.guava:guava dependencies minor 33.3.0-jre -> 33.5.0-jre age confidence
org.checkerframework:checker-qual (source) dependencies minor 3.47.0 -> 3.52.1 age confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 5.11.0 -> 5.14.1 age confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.11.0 -> 5.14.1 age confidence
org.projectlombok:lombok (source) dependencies patch 1.18.34 -> 1.18.42 age confidence
net.fabricmc:tiny-remapper dependencies minor 0.10.4 -> 0.12.0 age confidence
dev.minco.gradle.defaults-plugin plugin patch 0.2.67 -> 0.2.81 age confidence
com.gradle.plugin-publish plugin minor 1.2.2 -> 1.3.1 age confidence

Warning

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


Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

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

v4.8.0

Compare Source

What's Changed

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

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

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

v4.7.0

Compare Source

What's Changed

New Contributors

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

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'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687

New Contributors

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

v4.3.0

Compare Source

What's Changed

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

Bug fixes :

New Contributors :

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

gradle/gradle (gradle)

v7.6.6: 7.6.6

Compare Source

The Gradle team is excited to announce Gradle 7.6.6.

This is a patch release for 7.6. We recommend using 7.6.6 instead of 7.6.

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=7.6.6

See the Gradle 7.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.

v7.6.5: 7.6.5

Compare Source

The Gradle team is excited to announce Gradle 7.6.5.

This is a patch release for 7.6. We recommend using 7.6.5 instead of 7.6.

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=7.6.5

See the Gradle 7.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.

projectlombok/lombok (org.projectlombok:lombok)

v1.18.42

Compare Source

v1.18.40

Compare Source

v1.18.38

Compare Source

v1.18.36

Compare Source


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.

@renovate renovate bot changed the title chore(deps): update plugin dev.minco.gradle.defaults-plugin to v0.2.80 chore(deps): update all non-major dependencies Sep 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6e04eca to d1a5e07 Compare September 11, 2024 11:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 72b39f8 to c8f6013 Compare September 25, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f9134bf to b939b36 Compare October 9, 2024 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4314c47 to f766be5 Compare October 16, 2024 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 72930a5 to b6f2d5f Compare October 24, 2024 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6f48778 to 3403826 Compare September 25, 2025 09:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 246ea32 to c1849d3 Compare October 4, 2025 20:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c1c42e7 to 7a44965 Compare October 9, 2025 13:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 39cbff9 to 6b7a462 Compare November 4, 2025 20:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6728812 to 108b5b2 Compare November 22, 2025 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 769fe23 to 8ba7809 Compare December 1, 2025 18:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ce3774f to 6c80255 Compare December 4, 2025 07:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c80255 to 10b2146 Compare December 9, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant