Update instrumentation Gradle dependencies#11333
Update instrumentation Gradle dependencies#11333dd-octo-sts[bot] wants to merge 1 commit intomasterfrom
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d6b3dcbd79
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| org.mule.services:mule-service-http:1.12.5=latestMuleServices | ||
| org.mule.services:mule-service-http:1.5.21=mule46Services,muleServices | ||
| org.mule.services:mule-service-scheduler:1.11.3=latestMuleServices | ||
| org.mule.services:mule-service-scheduler:1.1.4=latestMuleServices |
There was a problem hiding this comment.
Keep latest Mule scheduler dependency on newest 1.x
latestMuleServices is intended to track the newest 1.+ scheduler service for the latestDepForkedTest path, but this lock update downgrades it from 1.11.3 to 1.1.4. That effectively rolls back the “latest” Mule-services test matrix and pulls much older transitive components in the same lockfile (for example, older Quartz), reducing coverage against current Mule service behavior and making regressions in newer scheduler releases easier to miss.
Useful? React with 👍 / 👎.
What Does This Do
This PR updates the Gradle dependency locks for instrumentations and their tests.
Motivation
Refresh Gradle dependencies to make sure to test latest versions of dependencies within their supported versions.
Contributor Checklist