Skip to content

Commit

Permalink
[CORE-69]: Bump com.diffplug.spotless:spotless-plugin-gradle from 6.2…
Browse files Browse the repository at this point in the history
…5.0 to 7.0.1 (#85)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 0aad011 commit 8f2a0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0'
implementation 'com.diffplug.spotless:spotless-plugin-gradle:7.0.1'
implementation 'com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12'
implementation 'org.sonarqube:org.sonarqube.gradle.plugin:4.4.1.3373'
implementation 'info.picocli:picocli:4.7.6'
Expand Down

1 comment on commit 8f2a0d6

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 8f2a0d6 Previous: 0aad011 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1921.6002391229254 ops/s 1915.1480289011342 ops/s 1.00
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 25425.023360187286 ops/s 25219.385085927974 ops/s 1.01
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5453955.983310422 ops/s 5382983.447145873 ops/s 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.