Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sonar.java.version from 8.6.0.37351 to 8.8.0.37665 #199

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps sonar.java.version from 8.6.0.37351 to 8.8.0.37665.
Updates org.sonarsource.java:sonar-java-plugin from 8.6.0.37351 to 8.8.0.37665

Release notes

Sourced from org.sonarsource.java:sonar-java-plugin's releases.

8.8.0.37665

Release notes - SonarJava - 8.8

False Positive

SONARJAVA-4093 S3252 should not raise issues on access to static members that are declared in inaccessible classes

SONARJAVA-4260 S2699 should not raise issues on RestAssured assertions

SONARJAVA-4263 FP on S2325 when method requires type parameter from parent class

SONARJAVA-4424 FP S2187 expecting TestNG annotated classes to have public test methods

SONARJAVA-4436 FP on rule S2095 when using @​lombok.cleanup

SONARJAVA-4446 FP on S2187 for subclasses of test classes

SONARJAVA-4973 S1118 should not raise on classes annotated with `@UtilityClass` when semantic is incomplete

SONARJAVA-5134 FP S2245 - Identification of Commons Lang `RandomStringUtils.secure()` as safe

SONARJAVA-5149 FP S1075 should not raise issues when the an uri is a suffix

SONARJAVA-5185 S2201:FP Optional.orElseThrow has side effect

SONARJAVA-5236 [S6437] passwordParameter not a password

Task

SONARJAVA-5223 Update RSPEC before 8.8 release

SONARJAVA-5225 Prepare next development iteration 8.8

SONARJAVA-5237 Bump orchestrator to version 5.1.0.2254

Improvement

SONARJAVA-5216 S1871 Consider variable identity when testing branch equivalence.

SONARJAVA-5221 QuickFix for S7158 (String.isEmpty() instead of length check).

Sub-task

SONARJAVA-5241 Support .withoutSemantic() mode in FilterVerifier

Documentation

SONARJAVA-5029 S1190: Update Compliant solution comment

SONARJAVA-5036 S3749: Update rule description to add "@​Resource" from package jakarta.annotation

... (truncated)

Commits
  • 9a0ad8e SONARJAVA-5223 Fix unecessary language code in rule description (#4966)
  • 7636762 SONARJAVA-5523 Update rule metadata (#4965)
  • 76c87a6 SONARJAVA-5149 report issues with path delimiters in variable declaration (#4...
  • 5f85f13 SONARJAVA-5149 S1075: find when uri is short and relative and stop raising is...
  • def406e SONARJAVA-4973 Fix FP on S1118 with Lombok @​UtilityClass in automatic analysi...
  • bf9a0b3 SONARJAVA-5241 Support .withoutSemantic() mode in FilterVerifier (#4958)
  • 2d6bb09 SONARJAVA-4436 Fix FP on S2095 when using @​lombok.Cleanup (#4957)
  • 565282b SONARJAVA-4424 add methods annotated with @​Test to the list of testNg test me...
  • 889e741 SONARJAVA-4446 Check if the parent class or implemented interface symbols of ...
  • 2758fee SONARJAVA-5134 S2245 considers RandomStringUtils.secure|secureStrong as safe ...
  • Additional commits viewable in compare view

Updates org.sonarsource.java:java-checks-testkit from 8.6.0.37351 to 8.8.0.37665

Release notes

Sourced from org.sonarsource.java:java-checks-testkit's releases.

8.8.0.37665

Release notes - SonarJava - 8.8

False Positive

SONARJAVA-4093 S3252 should not raise issues on access to static members that are declared in inaccessible classes

SONARJAVA-4260 S2699 should not raise issues on RestAssured assertions

SONARJAVA-4263 FP on S2325 when method requires type parameter from parent class

SONARJAVA-4424 FP S2187 expecting TestNG annotated classes to have public test methods

SONARJAVA-4436 FP on rule S2095 when using @​lombok.cleanup

SONARJAVA-4446 FP on S2187 for subclasses of test classes

SONARJAVA-4973 S1118 should not raise on classes annotated with `@UtilityClass` when semantic is incomplete

SONARJAVA-5134 FP S2245 - Identification of Commons Lang `RandomStringUtils.secure()` as safe

SONARJAVA-5149 FP S1075 should not raise issues when the an uri is a suffix

SONARJAVA-5185 S2201:FP Optional.orElseThrow has side effect

SONARJAVA-5236 [S6437] passwordParameter not a password

Task

SONARJAVA-5223 Update RSPEC before 8.8 release

SONARJAVA-5225 Prepare next development iteration 8.8

SONARJAVA-5237 Bump orchestrator to version 5.1.0.2254

Improvement

SONARJAVA-5216 S1871 Consider variable identity when testing branch equivalence.

SONARJAVA-5221 QuickFix for S7158 (String.isEmpty() instead of length check).

Sub-task

SONARJAVA-5241 Support .withoutSemantic() mode in FilterVerifier

Documentation

SONARJAVA-5029 S1190: Update Compliant solution comment

SONARJAVA-5036 S3749: Update rule description to add "@​Resource" from package jakarta.annotation

... (truncated)

Commits
  • 9a0ad8e SONARJAVA-5223 Fix unecessary language code in rule description (#4966)
  • 7636762 SONARJAVA-5523 Update rule metadata (#4965)
  • 76c87a6 SONARJAVA-5149 report issues with path delimiters in variable declaration (#4...
  • 5f85f13 SONARJAVA-5149 S1075: find when uri is short and relative and stop raising is...
  • def406e SONARJAVA-4973 Fix FP on S1118 with Lombok @​UtilityClass in automatic analysi...
  • bf9a0b3 SONARJAVA-5241 Support .withoutSemantic() mode in FilterVerifier (#4958)
  • 2d6bb09 SONARJAVA-4436 Fix FP on S2095 when using @​lombok.Cleanup (#4957)
  • 565282b SONARJAVA-4424 add methods annotated with @​Test to the list of testNg test me...
  • 889e741 SONARJAVA-4446 Check if the parent class or implemented interface symbols of ...
  • 2758fee SONARJAVA-5134 S2245 considers RandomStringUtils.secure|secureStrong as safe ...
  • Additional commits viewable in compare view

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 `sonar.java.version` from 8.6.0.37351 to 8.8.0.37665.

Updates `org.sonarsource.java:sonar-java-plugin` from 8.6.0.37351 to 8.8.0.37665
- [Release notes](https://github.com/SonarSource/sonar-java/releases)
- [Commits](SonarSource/sonar-java@8.6.0.37351...8.8.0.37665)

Updates `org.sonarsource.java:java-checks-testkit` from 8.6.0.37351 to 8.8.0.37665
- [Release notes](https://github.com/SonarSource/sonar-java/releases)
- [Commits](SonarSource/sonar-java@8.6.0.37351...8.8.0.37665)

---
updated-dependencies:
- dependency-name: org.sonarsource.java:sonar-java-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.sonarsource.java:java-checks-testkit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from n1ckl0sk0rtge as a code owner January 7, 2025 06:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 7, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2025

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 8, 2025
@dependabot dependabot bot deleted the dependabot/maven/main/sonar.java.version-8.8.0.37665 branch January 8, 2025 10:24
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