Skip to content

Commit

Permalink
Bump de.undercouch.download from 4.1.2 to 5.6.0
Browse files Browse the repository at this point in the history
Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 4.1.2 to 5.6.0.
- [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases)
- [Commits](michel-kraemer/gradle-download-task@4.1.2...5.6.0)

---
updated-dependencies:
- dependency-name: de.undercouch.download
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 42e763e commit 822b6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-prepper-plugins/geoip-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

plugins{
id 'de.undercouch.download' version '5.5.0'
id 'de.undercouch.download' version '5.6.0'
}
apply plugin: 'de.undercouch.download'

Expand Down
2 changes: 1 addition & 1 deletion release/archives/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

plugins {
id 'de.undercouch.download' version '4.1.2' apply false
id 'de.undercouch.download' version '5.6.0' apply false
}

import com.mgd.core.gradle.S3Upload
Expand Down

0 comments on commit 822b6a7

Please sign in to comment.