Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.5 -> 8.6 age adoption passing confidence
gradle/gradle-build-action action major v2.11.1 -> v3.0.0 age adoption passing confidence
gradle/wrapper-validation-action action major v1 -> v2 age adoption passing confidence
org.testcontainers:junit-jupiter (source) dependencies patch 1.19.3 -> 1.19.4 age adoption passing confidence
org.testcontainers:testcontainers (source) dependencies patch 1.19.3 -> 1.19.4 age adoption passing confidence
org.assertj:assertj-core (source) dependencies patch 3.25.1 -> 3.25.2 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.6

Compare Source

gradle/gradle-build-action (gradle/gradle-build-action)

v3.0.0

Compare Source

This is the first release of gradle/gradle-build-action available with the v3 version tag.

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

Changes from gradle-build-action@v2

This release brings some useful and much requested features, including:

  • save and restore the Gradle configuration-cache data
  • add the Job summary content as a PR comment
  • easily publish Build Scans® to the free Gradle Build Scan service
  • compatibility with Node 20

The only major breaking change from gradle-build-action@v2.12.0 is the update to require a Node 20 runtime environment.
Aside from that change, this release should generally serve as a drop-in replacement for gradle-build-action@v2.

Changelog

v2.12.0

Compare Source

Adds a new option to clear a previously submitted dependency-graph.

steps:
- uses: gradle/gradle-build-action@v2
  with:
    dependency-graph: clear

This may prove useful when migrating to a workflow using the upcoming gradle/actions/dependency-submission action.

Full-changelog: gradle/gradle-build-action@v2.11.1...v2.12.0

gradle/wrapper-validation-action (gradle/wrapper-validation-action)

v2

Compare Source

testcontainers/testcontainers-java (org.testcontainers:junit-jupiter)

v1.19.4

Compare Source

What's Changed

🚀 Features & Enhancements

☠️ Deprecations

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

7 changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8b6f082 to e336eaf Compare January 31, 2024 12:55
@hartmut-co-uk hartmut-co-uk merged commit aa77310 into main Feb 3, 2024
@renovate renovate bot deleted the renovate/all branch February 3, 2024 20:39
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.

2 participants