Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Jun 2, 2023
1 parent 3405425 commit cce3b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1")
implementation("de.undercouch:gradle-download-task:5.4.0")
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java { toolchain { languageVersion.set(JavaLanguageVersion.of("17")) } }

dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.11.0")
implementation("de.undercouch:gradle-download-task:5.3.0")
implementation("de.undercouch:gradle-download-task:5.4.0")
}

configure<com.diffplug.gradle.spotless.SpotlessExtension> { kotlinGradle { ktfmt() } }

0 comments on commit cce3b57

Please sign in to comment.