Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2022
1 parent 49962b8 commit 8434ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("de.undercouch:gradle-download-task:5.2.0")
implementation("de.undercouch:gradle-download-task:5.2.1")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
Expand Down

0 comments on commit 8434ba4

Please sign in to comment.