Skip to content

Commit

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

Bump de.undercouch:gradle-download-task from 5.3.0 to 5.3.1
  • Loading branch information
jakzal authored Feb 10, 2023
2 parents 2f0262e + a57bb7e commit 4383cc6
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.3.0")
implementation("de.undercouch:gradle-download-task:5.3.1")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
Expand Down

0 comments on commit 4383cc6

Please sign in to comment.