Skip to content

Commit

Permalink
Bump gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin
Browse files Browse the repository at this point in the history
Bumps gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin from 2.12.0 to 2.12.2.

---
updated-dependencies:
- dependency-name: gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2023
1 parent d2e14ee commit af3a0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
dependencies {
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13") // https://plugins.gradle.org/plugin/com.github.spotbugs
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.17.0") // https://plugins.gradle.org/plugin/com.diffplug.spotless
implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.0") // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2") // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
implementation("org.javamodularity:moduleplugin:1.8.12") // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin
implementation("io.github.gradle-nexus:publish-plugin:1.2.0") // https://plugins.gradle.org/plugin/io.github.gradle-nexus.publish-plugin
implementation("com.gradle.publish:plugin-publish-plugin:1.1.0") // https://plugins.gradle.org/plugin/com.gradle.plugin-publish
Expand Down

0 comments on commit af3a0d4

Please sign in to comment.