Skip to content

Bump com.diffplug.spotless from 8.6.0 to 8.7.0#64

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.diffplug.spotless-8.7.0
Open

Bump com.diffplug.spotless from 8.6.0 to 8.7.0#64
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.diffplug.spotless-8.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps com.diffplug.spotless from 8.6.0 to 8.7.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps com.diffplug.spotless from 8.6.0 to 8.7.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 22, 2026 06:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 22, 2026
@github-code-quality

Copy link
Copy Markdown

Code Coverage Overview

Languages: Java

Java / code-coverage/jacoco

The overall coverage remains at 7%, unchanged from the branch.


Code Coverage is in Public Preview. Learn more and provide us with your feedback.

@github-actions

Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 3.73s
✅ EDITORCONFIG editorconfig-checker 1 0 0 0.02s
⚠️ GROOVY npm-groovy-lint 1 1 0 15.91s
✅ REPOSITORY checkov yes no no 24.6s
✅ REPOSITORY gitleaks yes no no 0.57s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 57.0s
⚠️ REPOSITORY osv-scanner yes 1 no 0.14s
✅ REPOSITORY secretlint yes no no 1.13s
✅ REPOSITORY syft yes no no 3.69s
✅ REPOSITORY trivy yes no no 13.29s
✅ REPOSITORY trivy-sbom yes no no 0.2s
✅ REPOSITORY trufflehog yes no no 4.56s
✅ SPELL cspell 2 0 0 3.41s

Detailed Issues

⚠️ GROOVY / npm-groovy-lint - 1 error
build.gradle
  1     info     Class should be marked with one of @GrailsCompileStatic, @CompileStatic or @CompileDynamic  CompileStatic           
  2     info     The String 'java' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  3     info     The String 'jacoco' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  4     info     The String 'com.peterabeles.gversion' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  4     info     The String '1.11.0' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  5     info     The String 'com.diffplug.spotless' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  5     info     The String '8.7.0' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  6     info     The String 'edu.wpi.first.GradleRIO' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  6     info     The String '2026.2.1' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  21    info     File build.gradle has consecutive blank lines  ConsecutiveBlankLines   
  23    info     The String 'frc.robot.Main' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  42    info     The String '-XX:+UnlockExperimentalVMOptions' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  43    info     The String '-XX:GCTimeRatio=5' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  44    info     The String '-XX:+UseSerialGC' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  45    info     The String '-XX:MaxGCPauseMillis=50' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  48    info     Semicolons as line endings can be removed safely  UnnecessarySemicolon    
  49    info     The String '-Xmx' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  49    info     The String 'M' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  50    info     The String '-Xms' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  50    info     The String 'M' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  51    info     The String '-XX:+AlwaysPreTouch' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  73    error    The variable [includeDesktopSupport] in class None is not used  UnusedVariable          
  102   info     The String 'gov.nist.math:jama:1.0.3' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  104   warning  The line exceeds 120 characters. The line is 137 characters.  LineLength              
  104   info     The String '/vendordeps/AdvantageKit.json' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  129   info     By convention closure parameters should be specified explicitly.  ImplicitClosureParameter
  129   info     By convention closure parameters should be specified explicitly.  ImplicitClosureParameter
  129   info     By convention closure parameters should be specified explicitly.  ImplicitClosureParameter
  148   info     File build.gradle has consecutive blank lines  ConsecutiveBlankLines   
  153   info     The String 'src/main/java/' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  154   info     The String 'frc.robot' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  155   info     The String 'BuildConstants' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  156   info     The String 'yyyy-MM-dd HH:mm:ss z' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  157   info     The String 'America/New_York' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  158   info     The String '  ' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  164   info     By convention closure parameters should be specified explicitly.  ImplicitClosureParameter
  164   info     The String 'deploy' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  165   info     The String 'event' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  167   warning  Calling toString() on [new Date()] in class None is unnecessary  UnnecessaryToString     
  185   info     The String 'Not on an event branch, skipping commit' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  188   info     The String 'Not running deploy task, skipping commit' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  198   info     The String '.' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  199   info     The String '**/*.java' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  200   info     The String '**/build/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  200   info     The String '**/build-*/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  209   info     The String '.' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  210   info     The String '**/*.gradle' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  211   info     The String '**/build/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  211   info     The String '**/build-*/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  219   info     The String '.' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  220   info     The String '**/*.json' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  221   info     The String '**/build/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  221   info     The String '**/build-*/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  225   info     The String 'misc' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  226   info     The String '.' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  227   info     The String '**/*.md' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  227   info     The String '**/.gitignore' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  228   info     The String '**/build/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  228   info     The String '**/build-*/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      


npm-groovy-lint results in 1 linted files:
┌─────────┬───────────┬─────────────┐
│ (index) │ Severity  │ Total found │
├─────────┼───────────┼─────────────┤
│ 0       │ 'Error'   │ 1           │
│ 1       │ 'Warning' │ 2           │
│ 2       │ 'Info'    │ 56          │
└─────────┴───────────┴─────────────┘
Failure: 1 error(s) have been found
⚠️ REPOSITORY / osv-scanner - 1 error
Scanning dir .
Starting filesystem walk for root: /
End status: 53 dirs visited, 166 inodes visited, 0 Extract calls, 17.44147ms elapsed, 17.442061ms wall time
No package sources found, --help for usage information.

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants