deps: update dependency com.googlecode.maven-download-plugin:download-maven-plugin to v1.7.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.googlecode.maven-download-plugin:download-maven-plugin | 1.6.8 -> 1.7.1 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
maven-download-plugin/maven-download-plugin (com.googlecode.maven-download-plugin:download-maven-plugin)
v1.7.1
What's Changed
- Fixing the broken release 1.7.0 #246 by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/247
- Resolves #246: Cached file shall retain the original resource name by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/251
- Fixes #254 Moves requirement for MavenSession by @mykelalvis in https://github.com/maven-download-plugin/maven-download-plugin/pull/255
- Bring maven up to date by @hazendaz in https://github.com/maven-download-plugin/maven-download-plugin/pull/250
New Contributors
- @hazendaz made their first contribution in https://github.com/maven-download-plugin/maven-download-plugin/pull/250
Full Changelog: https://github.com/maven-download-plugin/maven-download-plugin/compare/1.7.0...1.7.1
v1.7.0: [BROKEN] Replacing Maven 2 APIs with Maven 3
IMPORTANT
The release unintentionally breaks backward compatibility of internal cache Please, DON'T USE IT
What's Changed
- Fixing #215: Don't try to read from or write to cache is skipCache is true by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/216
- #208: Don't try to write to cache until we exit gracefully by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/218
- Implemented #219: Adapt to Apache HttpClient Cache by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/221
- Resolves #222: Fixes a bug in HttpClient construction by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/225
- #224, #226: Replacing Maven 2 APIs with Maven 3 by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/227
- Resolves #230: Use concurrent calls in ArtifactMojo by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/229
- Added an example CI config by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/240
- Use locally served resources by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/241
- Resolves #238: Handling download failures by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/239
- Fixed the site target for the project by @ajarmoniuk in https://github.com/maven-download-plugin/maven-download-plugin/pull/245
New Contributors
- @ajarmoniuk made their first contribution in https://github.com/maven-download-plugin/maven-download-plugin/pull/216
Full Changelog: https://github.com/maven-download-plugin/maven-download-plugin/compare/1.6.8...1.7.0
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
Adding Do not merge as this has caused some issues in the showcase clirr ci job. Maven download plugin v1.7.1+ looks to be downloading a binary file which is unparsable by protoc.
Need to investigate how to resolve this issue before merging this PR in.