Skip to content

Commit

Permalink
Merge pull request #312 from Yubico/dependabot/gradle/com.diffplug.sp…
Browse files Browse the repository at this point in the history
…otless-spotless-plugin-gradle-6.20.0

Bump com.diffplug.spotless:spotless-plugin-gradle from 6.19.0 to 6.20.0
  • Loading branch information
emlun authored Jul 24, 2023
2 parents b62ee43 + 31fbde8 commit 6adf0f8
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 @@ -15,7 +15,7 @@ dependencies {

// Spotless dropped Java 8 support in version 2.33.0
if (JavaVersion.current().isJava11Compatible) {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.19.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.20.0")
implementation("io.github.cosmicsilence:gradle-scalafix:0.1.14")
}
}

1 comment on commit 6adf0f8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 81 % 🔹 1284 🔻 / 1573 🔹 81 % 1289 / 1573
com.yubico.fido.metadata 68 % 🔻 221 🔻 / 323 🔹 69 % 226 / 323
com.yubico.internal.util 47 % 🔹 57 🔹 / 120 🔹 47 % 57 / 120
com.yubico.webauthn 88 % 🔹 572 🔹 / 646 🔹 88 % 572 / 646
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 396 🔹 / 423 🔹 93 % 396 / 423
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: b62ee43 - Diff

Detailed reports: workflow run #236

Please sign in to comment.