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

Update all dependencies #35

Merged
merged 1 commit into from
May 30, 2024
Merged

Update all dependencies #35

merged 1 commit into from
May 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.6 -> 8.7 age adoption passing confidence
gradle/actions action minor v3.1.0 -> v3.3.2 age adoption passing confidence
gradle/wrapper-validation-action action major v2 -> v3 age adoption passing confidence
io.github.gradle-nexus.publish-plugin plugin major 1.3.0 -> 2.0.0 age adoption passing confidence
org.testcontainers:junit-jupiter (source) dependencies patch 1.19.6 -> 1.19.8 age adoption passing confidence
org.testcontainers:testcontainers (source) dependencies patch 1.19.6 -> 1.19.8 age adoption passing confidence
org.assertj:assertj-core (source) dependencies minor 3.25.3 -> 3.26.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.7

Compare Source

gradle/actions (gradle/actions)

v3.3.2

Compare Source

This patch release fixes a bug in both dependency-submission and setup-gradle (#​196 introduced in v3.3.1), which resulted in
"No dependency-graph files found to submit" when using the download-and-submit function.
A number of other minor issues have also been addressed:

What's Changed
  • [dependency-submission] Fix bug finding dependency-graph files with 'download-and-submit' (#​199)
  • [dependency-submission] Use Gradle logger instead of println in dependency graph init script (#​191 from @​aleksandrserbin)
  • [dependency-submission] Retain and log full stacktrace for dependency submission errors (#​192)
  • [setup-gradle] Improve build scan badge readability with long task names (#​200 from @​gabrielfeo)

Full Changelog: gradle/actions@v3.3.1...v3.3.2

v3.3.1

Compare Source

This patch release fixes a bug in setting the report dir for dependency-submission, and updates the plugin versions
applied in Develocity injection.

What's Changed
  • Bump Develocity and CCUD plugin versions (#​185)
  • Support custom DEPENDENCY_GRAPH_REPORT_DIR variable for dependency-submission (#​188)

Full Changelog: gradle/actions@v3.3.0...v3.3.1

v3.3.0

Compare Source

This release includes a new action, and improvements to the existing actions.

Highlights include:

[!IMPORTANT]
The caching protocol version has changed in this release, so cache entries written with previous versions of the action will not be reused. This means that jobs will effectively start with an empty cache after switching to this release.

Changelog
NEW action gradle/actions/wrapper-validation
  • [NEW] Add replacement for wrapper-validation-action (#​160)
Improvements to gradle/actions/setup-gradle
  • [NEW] Cache paths have been updated for Gradle 8.6+ (#​45, #​163)
  • [NEW] setup-gradle action can now perform wrapper-validation automatically (#​161, #​162)
  • [FIX] Make cache-keys more consistent (#​131).
  • [FIX] Avoid listing old build results in Job Summary on self-hosted runner (#​127)
  • [FIX] Deprecation warnings are emitted when using deprecated inputs (#​108)
  • [FIX] Generate correct toolchains.xml file on ARM runners (#​89)
Improvements to gradle/actions/depenency-submission
  • [NEW] Action is now implemented directly in TypeScript, and does not delegate to setup-gradle (#​116)
  • [NEW] Allow dependency resolution task name to be specified (#​125)
  • [NEW] Dependency-graph is submitted immediately with dependency-submission action (#​123)
  • [FIX] setup-gradle and dependency-submission can be used in the same Job (#​36)

Full Changelog: gradle/actions@v3.2.1...v3.3.0

Actions Summary

Release includes v3.3.0 of the following, available under the v3 version tag:

[!NOTE]
The gradle/actions/setup-gradle action supersedes gradle/gradle-build-action.
The gradle/actions/wrapper-validation action supersedes gradle/wrapper-validation-action.

v3.2.1

Compare Source

The recent update to use com.develocity.gradle plugin resulted in many deprecation warnings being triggered by the init-scripts bundled with this action. This patch release updates these init-scripts to avoid these deprecation warnings.

What's Changed

Full Changelog: gradle/actions@v3.2.0...v3.2.1

v3.2.0

Compare Source

Changelog
General improvements
  • [NEW] Support authentication for plugin repositories (#​31)
  • [FIX] Improve rendering of build results table with long values (#​35)
Improvements to Dependency Submission
  • [FIX] Do not attempt to resolve dependency configurations that are excluded via env var (#​107)
Improvements to Develocity injection
  • [NEW] Use com.develocity.gradle plugin version 3.17 by default
  • [NEW] Can configure capture of file-fingerprint (#​58)
  • [FIX] Reduce log-level of messages emitted by Develocity injection (#​60)
Note

Release includes v3.2.0 of gradle/actions/setup-gradle and gradle/actions/dependency-submission.
Available under the v3 version tag.

The gradle/actions/setup-gradle action supersedes gradle/gradle-build-action.
The gradle/[email protected] version will be released in parallel, and will delegate to this release of gradle/actions/setup-gradle.

Full Changelog: gradle/actions@v3.1.0...v3.2.0

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

v3

Compare Source

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

v1.19.8

Compare Source

Testcontainers for Java 1.19.8

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

v1.19.7

Compare Source

Testcontainers for Java 1.19.7

Modules

Elasticserach

HiveMQ
MongoDB
PostgreSQL

📖 Documentation

📦 Dependency updates


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 changed the title Update all dependencies to v1.19.7 Update all dependencies Mar 22, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 245da37 to 62abad6 Compare April 8, 2024 19:33
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8a08ab0 to b8a33a7 Compare April 18, 2024 22:22
@hartmut-co-uk hartmut-co-uk merged commit 24a7c47 into main May 30, 2024
10 checks passed
@renovate renovate bot deleted the renovate/all branch May 30, 2024 18:54
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.

None yet

1 participant