Bump org.junit.jupiter:junit-jupiter from 6.0.1 to 6.0.2#39
Merged
withinfocus merged 1 commit intomainfrom Jan 18, 2026
Merged
Conversation
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>
|
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ COPYPASTE | jscpd | yes | no | no | 3.27s | |
| ✅ EDITORCONFIG | editorconfig-checker | 1 | 0 | 0 | 0.01s | |
| 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
withinfocus
approved these changes
Jan 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




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.
Commits
c5c5de5Release 6.0.298b6f78Add missing checkout step732dc27Finalize 6.0.2 release notes6a25736Finalize 5.14.2 release notes33e66bfMove release notes for #5238 entry to 6.1.0-M211f0f82Update copyright headers6ce1265Consistently add license header to all java source files4d454eeUpdate dependency@antora/lunr-extensionto v1.0.0-alpha.12faf4a58Use--sincefeature of Javadoc5cc8b05Mark new recommended APIs as "maintained" rather than "experimental"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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)