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

fix(deps): update dependency de.undercouch:gradle-download-task to v5.6.0 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
de.undercouch:gradle-download-task 5.0.1 -> 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

v5.1.0

Compare Source

New features:

  • Add possibility to enable preemptive Basic authentication (through the new preemptiveAuth flag)
  • Warn if server does not send WWW-Authenticate header in 401 response
  • Log request and response headers in debug mode

Maintenance:

  • Add integration tests for Gradle 7.4.1 and 7.4.2
  • Update dependencies

v5.0.5

Compare Source

Maintenance:

  • Publish signed artifacts to Gradle plugin portal
  • Update dependencies

v5.0.4

Bug fixes:

  • Fix deadlock in DownloadExtension if max-workers equals 1 (thanks to @​beatbrot for spotting this, see #​205)

Maintenance:

  • Update dependencies

v5.0.2

Compare Source

Bug fixes:

  • Fix configuration cache under Java 17

Maintenance:

  • Add integration tests for Gradle 7.4
  • 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 was generated by Mend Renovate. View the repository job log.

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.

0 participants