Skip to content

Commit

Permalink
fix: 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 and KengoTODA committed Oct 11, 2022
1 parent 0f0bac3 commit 66c10c9
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 @@ -17,7 +17,7 @@ repositories {
val flixCompiler = tasks.downloadFlixCompiler.map { it.outputs.files }

dependencies {
implementation("de.undercouch:gradle-download-task:5.2.0")
implementation("de.undercouch:gradle-download-task:5.2.1")
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

Expand Down

0 comments on commit 66c10c9

Please sign in to comment.