Skip to content

Commit f3884fd

Browse files
authored
Merge pull request #77 from jakzal/dependabot/gradle/de.undercouch-gradle-download-task-5.2.1
Bump gradle-download-task from 5.2.0 to 5.2.1
2 parents 49962b8 + 8434ba4 commit f3884fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
dependencies {
3232
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
3333
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
34-
implementation("de.undercouch:gradle-download-task:5.2.0")
34+
implementation("de.undercouch:gradle-download-task:5.2.1")
3535
testImplementation("org.jetbrains.kotlin:kotlin-test")
3636
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
3737
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")

0 commit comments

Comments
 (0)