Skip to content

Commit

Permalink
Merge pull request #77 from jakzal/dependabot/gradle/de.undercouch-gr…
Browse files Browse the repository at this point in the history
…adle-download-task-5.2.1

Bump gradle-download-task from 5.2.0 to 5.2.1
  • Loading branch information
jakzal authored Sep 30, 2022
2 parents 49962b8 + 8434ba4 commit f3884fd
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 f3884fd

Please sign in to comment.