Skip to content

Bump org.junit.jupiter:junit-jupiter from 6.0.1 to 6.0.2#39

Merged
withinfocus merged 1 commit intomainfrom
dependabot/gradle/org.junit.jupiter-junit-jupiter-6.0.2
Jan 18, 2026
Merged

Bump org.junit.jupiter:junit-jupiter from 6.0.1 to 6.0.2#39
withinfocus merged 1 commit intomainfrom
dependabot/gradle/org.junit.jupiter-junit-jupiter-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 12, 2026

Bumps org.junit.jupiter:junit-jupiter from 6.0.1 to 6.0.2.

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

Commits
  • c5c5de5 Release 6.0.2
  • 98b6f78 Add missing checkout step
  • 732dc27 Finalize 6.0.2 release notes
  • 6a25736 Finalize 5.14.2 release notes
  • 33e66bf Move release notes for #5238 entry to 6.1.0-M2
  • 11f0f82 Update copyright headers
  • 6ce1265 Consistently add license header to all java source files
  • 4d454ee Update dependency @​antora/lunr-extension to v1.0.0-alpha.12
  • faf4a58 Use --since feature of Javadoc
  • 5cc8b05 Mark new recommended APIs as "maintained" rather than "experimental"
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 12, 2026
@dependabot dependabot Bot requested a review from a team as a code owner January 12, 2026 07:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 12, 2026
@sonarqubecloud
Copy link
Copy Markdown

@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.27s
✅ EDITORCONFIG editorconfig-checker 1 0 0 0.01s
⚠️ GROOVY npm-groovy-lint 1 1 0 15.86s
✅ REPOSITORY checkov yes no no 22.06s
✅ REPOSITORY gitleaks yes no no 0.36s
✅ REPOSITORY git_diff yes no no 0.03s
✅ REPOSITORY grype yes no no 39.28s
✅ REPOSITORY secretlint yes no no 1.13s
✅ REPOSITORY syft yes no no 3.14s
✅ REPOSITORY trivy yes no no 9.11s
✅ REPOSITORY trivy-sbom yes no no 0.16s
✅ REPOSITORY trufflehog yes no no 3.68s
✅ SPELL cspell 2 0 0 3.59s

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 'edu.wpi.first.GradleRIO' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  3     info     The String '2025.3.2' 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.10.3' 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.1.0' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  6     info     The String 'org.sonarqube' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  6     info     The String '7.2.2.6593' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  22    info     The String 'frc.robot.Main' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  41    info     The String '-XX:+UnlockExperimentalVMOptions' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  42    info     The String '-XX:GCTimeRatio=5' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  43    info     The String '-XX:+UseSerialGC' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  44    info     The String '-XX:MaxGCPauseMillis=50' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  47    info     Semicolons as line endings can be removed safely  UnnecessarySemicolon    
  48    info     The String '-Xmx' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  48    info     The String 'M' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  49    info     The String '-Xms' 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 '-XX:+AlwaysPreTouch' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  72    error    The variable [includeDesktopSupport] in class None is not used  UnusedVariable          
  76    info     The String 'org.littletonrobotics.junction.ReplayWatch' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  107   info     The String 'gov.nist.math:jama:1.0.3' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  109   warning  The line exceeds 120 characters. The line is 137 characters.  LineLength              
  109   info     The String '/vendordeps/AdvantageKit.json' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  133   info     By convention closure parameters should be specified explicitly.  ImplicitClosureParameter
  133   info     By convention closure parameters should be specified explicitly.  ImplicitClosureParameter
  133   info     By convention closure parameters should be specified explicitly.  ImplicitClosureParameter
  154   info     The String 'src/main/java/' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  155   info     The String 'frc.robot' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  156   info     The String 'BuildConstants' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  157   info     The String 'yyyy-MM-dd HH:mm:ss z' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  158   info     The String 'America/New_York' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  159   info     The String '  ' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  165   info     By convention closure parameters should be specified explicitly.  ImplicitClosureParameter
  165   info     The String 'deploy' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  166   info     The String 'event' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  168   warning  Calling toString() on [new Date()] in class None is unnecessary  UnnecessaryToString     
  186   info     The String 'Not on an event branch, skipping commit' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  189   info     The String 'Not running deploy task, skipping commit' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  199   info     The String '.' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  200   info     The String '**/*.java' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  201   info     The String '**/build/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  201   info     The String '**/build-*/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  210   info     The String '.' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  211   info     The String '**/*.gradle' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  212   info     The String '**/build/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  212   info     The String '**/build-*/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  220   info     The String '.' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  221   info     The String '**/*.json' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  222   info     The String '**/build/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  222   info     The String '**/build-*/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  226   info     The String 'misc' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  227   info     The String '.' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  228   info     The String '**/*.md' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  228   info     The String '**/.gitignore' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  229   info     The String '**/build/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  229   info     The String '**/build-*/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  240   info     The String 'sonar.projectKey' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  240   info     The String 'teamresistance_Drive_Template' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  241   info     The String 'sonar.organization' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  241   info     The String 'teamresistance' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  242   info     The String 'sonar.host.url' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  242   info     The String 'https://sonarcloud.io' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  243   info     The String 'sonar.sources' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  243   info     The String 'src' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  244   info     The String 'sonar.exclusions' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  244   info     The String 'src/main/java/frc/robot/generated/**' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  245   info     The String 'sonar.coverage.exclusions' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  245   info     The String '**/*' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  246   info     The String 'sonar.issue.ignore.multicriteria' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  246   info     The String 'e1' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  247   info     The String 'sonar.issue.ignore.multicriteria.e1.ruleKey' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  247   info     The String 'java:S1186' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  248   info     The String 'sonar.issue.ignore.multicriteria.e1.resourceKey' can be wrapped in single quotes instead of double quotes  UnnecessaryGString      
  248   info     The String '**/*.java' 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'    │ 74          │
└─────────┴───────────┴─────────────┘
Failure: 1 error(s) have been found

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

@withinfocus withinfocus merged commit ee2cafb into main Jan 18, 2026
7 checks passed
@withinfocus withinfocus deleted the dependabot/gradle/org.junit.jupiter-junit-jupiter-6.0.2 branch January 18, 2026 20:07
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.

1 participant