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 dependency de.undercouch:gradle-download-task to v5.6.0 #179

Open
wants to merge 1 commit into
base: 3.0.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 13, 2022

Mend Renovate

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

Compare Source

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 for reporting this and to @​dtretyakov and @​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

Compare Source

New features:

  • Accept URI as source (#​338)
  • Support RegularFile as input for the Verify action

Bug fixes:

  • Relocate Apache HttpClient's public suffix list to avoid classpath conflicts (#​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

Compare Source

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

Compare Source

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). Thanks to @​liblit for testing!

Maintenance:

  • Update dependencies
  • Improve documentation
  • Add integration tests for Gradle 6.9.3 and 7.6

v5.3.0

Compare Source

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

Compare Source

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 for spotting this.

Maintenance:

  • Update dependencies

v5.2.0

Compare Source

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

Compare Source

Bug fixes:

  • Initialize progress logger just before the download starts (see #​243)

v5.1.2

Compare Source

Bug fixes:

  • Do not include default HTTP and HTTPS ports in Host header unless explicitly specified by the user

v5.1.1

Compare Source

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.


  • 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/de.undercouch-gradle-download-task-5.x branch from 3640829 to 6722208 Compare August 21, 2022 19:12
@renovate renovate bot changed the title Update dependency de.undercouch:gradle-download-task to v5.1.1 Update dependency de.undercouch:gradle-download-task to v5.1.2 Aug 21, 2022
@renovate renovate bot force-pushed the renovate/de.undercouch-gradle-download-task-5.x branch from 6722208 to 605e8f4 Compare September 25, 2022 12:59
@renovate renovate bot changed the title Update dependency de.undercouch:gradle-download-task to v5.1.2 Update dependency de.undercouch:gradle-download-task to v5.2.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/de.undercouch-gradle-download-task-5.x branch from 605e8f4 to f380d84 Compare November 20, 2022 07:24
@renovate renovate bot changed the title Update dependency de.undercouch:gradle-download-task to v5.2.0 Update dependency de.undercouch:gradle-download-task to v5.3.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency de.undercouch:gradle-download-task to v5.3.0 Update dependency de.undercouch:gradle-download-task to v5.4.0 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/de.undercouch-gradle-download-task-5.x branch from f380d84 to 8e4fe8c Compare March 22, 2023 17:46
@renovate renovate bot changed the title Update dependency de.undercouch:gradle-download-task to v5.4.0 Update dependency de.undercouch:gradle-download-task to v5.4.0 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/de.undercouch-gradle-download-task-5.x branch April 4, 2023 00:57
@renovate renovate bot changed the title Update dependency de.undercouch:gradle-download-task to v5.4.0 - autoclosed Update dependency de.undercouch:gradle-download-task to v5.4.0 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/de.undercouch-gradle-download-task-5.x branch April 4, 2023 10:51
@renovate renovate bot changed the title Update dependency de.undercouch:gradle-download-task to v5.4.0 Update dependency de.undercouch:gradle-download-task to v5.5.0 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/de.undercouch-gradle-download-task-5.x branch from 8e4fe8c to c851024 Compare August 27, 2023 14:46
@renovate renovate bot changed the title Update dependency de.undercouch:gradle-download-task to v5.5.0 Update dependency de.undercouch:gradle-download-task to v5.6.0 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/de.undercouch-gradle-download-task-5.x branch from c851024 to 80c21f4 Compare February 29, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants