Skip to content

Commit

Permalink
Bump com.github.nbaztec.coveralls-jacoco from 1.2.16 to 1.2.17
Browse files Browse the repository at this point in the history
Bumps com.github.nbaztec.coveralls-jacoco from 1.2.16 to 1.2.17.

---
updated-dependencies:
- dependency-name: com.github.nbaztec.coveralls-jacoco
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cc-jhr committed Oct 24, 2023
1 parent 32e0da7 commit 5a1a9dc
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 @@ -2,7 +2,7 @@ plugins {
kotlin("jvm") version "1.9.10"
jacoco
`jacoco-report-aggregation`
id("com.github.nbaztec.coveralls-jacoco") version "1.2.16"
id("com.github.nbaztec.coveralls-jacoco") version "1.2.17"
}

val githubUsername by extra { System.getenv("GH_USERNAME") ?: project.findProperty("GH_USERNAME") as String? ?: "cc-jhr" }
Expand Down

0 comments on commit 5a1a9dc

Please sign in to comment.