grails / elasticsearch-grails-plugin

The Elasticsearch Grails plugin
https://grails-plugins.github.io/elasticsearch-grails-plugin/
Other
15 stars 23 forks source link

Update dependency de.undercouch:gradle-download-task to v5.6.0 #179

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
de.undercouch:gradle-download-task 5.1.0 -> 5.6.0 age adoption passing confidence

Release Notes

michel-kraemer/gradle-download-task (de.undercouch:gradle-download-task) ### [`v5.6.0`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.6.0) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.5.0...5.6.0) New features: - Add possibility to configure HTTP status code validator (using the `validateStatus` property) - Add integration tests for Gradle versions up to 8.6 Bug fixes: - Do not unnecessarily enable preemptive auth for proxy (possible security issue) - Remove sensitive headers from request after redirect (possible security issue). Thanks to [@​diederikfaber](https://redirect.github.com/diederikfaber) for reporting this and to [@​dtretyakov](https://redirect.github.com/dtretyakov) and [@​eghobo](https://redirect.github.com/eghobo) for the pointers. - Really log all requests (including redirects) and all headers in debug mode. It seems something has changed in Apache HttpClient since we initially implemented this feature. Maintenance: - Update dependencies - Update to Gradle 8.6 - Fix some warnings in build script - Set dependabot interval to weekly - Split CI tests of Gradle 7.x versions ### [`v5.5.0`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.5.0) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.4.0...5.5.0) New features: - Accept `URI` as source ([#​338](https://redirect.github.com/michel-kraemer/gradle-download-task/issues/338)) - Support `RegularFile` as input for the `Verify` action Bug fixes: - Relocate Apache HttpClient's public suffix list to avoid classpath conflicts ([#​317](https://redirect.github.com/michel-kraemer/gradle-download-task/issues/317)) Maintenance: - Add integration tests for Gradle versions up to 8.3 - Remove unnecessary integration tests for some 5.x and 6.x versions of Gradle - Update dependencies - Update to Gradle 8.3 - Fix deprecation warnings in examples ### [`v5.4.0`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.4.0) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.3.1...5.4.0) New features: - Add possibility to set request `method` and `body` Maintenance: - Update dependencies - Improve documentation - Add integration tests for Gradle 8.0.1 ### [`v5.3.1`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.3.1) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.3.0...5.3.1) Bug fixes: - Downgrade slf4j to fix warning on console about missing slf4j provider - Allow `download` and `verify` extensions to be created on demand in custom tasks, so these tasks can be made compatible with Gradle's configuration cache (see [#​284](https://redirect.github.com/michel-kraemer/gradle-download-task/issues/284)). Thanks to [@​liblit](https://redirect.github.com/liblit) for testing! Maintenance: - Update dependencies - Improve documentation - Add integration tests for Gradle 6.9.3 and 7.6 ### [`v5.3.0`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.3.0) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.2.1...5.3.0) New features: - Add `path` and `relativePath` properties to the `DownloadDetails` class so `eachFile` actions can also change the relative path of a target file and not only its name - Duplicate destination files are now prevented. Specifying a duplicate destination file (e.g. in an `eachFile` action) will lead to an exception being thrown. Bug fixes: - Call `eachFile` action only once per source - Correctly create list of output files (even if the destination is the project's build directory) Maintenance: - Update dependencies ### [`v5.2.1`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.2.1) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.2.0...5.2.1) Bug fixes: - Use pooling connection manager of Apache HttpClient instead of basic one. The basic one is not meant to be used by multiple threads. This fixes an issue that could cause an `IllegalStateException` with the message `Connection is still allocated`. Thanks to [@​dmarks2](https://redirect.github.com/dmarks2) for spotting this. Maintenance: - Update dependencies ### [`v5.2.0`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.2.0) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.1.3...5.2.0) New features: - Add `eachFile` method that adds an action to be applied to each source URL before it is downloaded. The action can be used to modify the filename of the target file. - Add `runAsync` method to download extension. This allows multiple files to be downloaded in parallel if the download extension is used. For normal download tasks, multiple files were downloaded in parallel already. ### [`v5.1.3`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.1.3) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.1.2...5.1.3) Bug fixes: - Initialize progress logger just before the download starts (see [#​243](https://redirect.github.com/michel-kraemer/gradle-download-task/issues/243)) ### [`v5.1.2`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.1.2) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.1.1...5.1.2) Bug fixes: - Do not include default HTTP and HTTPS ports in `Host` header unless explicitly specified by the user ### [`v5.1.1`](https://redirect.github.com/michel-kraemer/gradle-download-task/releases/tag/5.1.1) [Compare Source](https://redirect.github.com/michel-kraemer/gradle-download-task/compare/5.1.0...5.1.1) Bug fixes: - Correctly update cached sources Maintenance: - Add integration tests for Gradle 7.5 and 7.5.1 - Update dependencies

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.



This PR was generated by Mend Renovate. View the repository job log.