Skip to content

Commit

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

Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.0
  • Loading branch information
emlun authored Nov 27, 2023
2 parents 3c74bb5 + 9fbac37 commit 72b84fb
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.22.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.23.0")
implementation("io.github.cosmicsilence:gradle-scalafix:0.1.15")
}
}

1 comment on commit 72b84fb

@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 82 % 🔹 1365 🔻 / 1656 🔹 82 % 1369 / 1656
com.yubico.fido.metadata 69 % 🔻 225 🔻 / 323 🔹 70 % 229 / 323
com.yubico.internal.util 46 % 🔹 57 🔹 / 123 🔹 46 % 57 / 123
com.yubico.webauthn 89 % 🔹 642 🔹 / 720 🔹 89 % 642 / 720
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 403 🔹 / 429 🔹 93 % 403 / 429
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: ec528be - Diff

Detailed reports: workflow run #250

Please sign in to comment.