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

Merge v2.1.2 to SQ-10 #2714

Merged
merged 103 commits into from
Aug 15, 2024
Merged

Merge v2.1.2 to SQ-10 #2714

merged 103 commits into from
Aug 15, 2024

Commits on Feb 12, 2024

  1. Bump sonar.version from 9.9.0.65466 to 9.9.4.87374

    Bumps `sonar.version` from 9.9.0.65466 to 9.9.4.87374.
    
    Updates `org.sonarsource.sonarqube:sonar-plugin-api-impl` from 9.9.0.65466 to 9.9.4.87374
    - [Release notes](https://github.com/SonarSource/sonarqube/releases)
    - [Commits](SonarSource/sonarqube@9.9.0.65466...9.9.4.87374)
    
    Updates `org.sonarsource.sonarqube:sonar-testing-harness` from 9.9.0.65466 to 9.9.4.87374
    - [Release notes](https://github.com/SonarSource/sonarqube/releases)
    - [Commits](SonarSource/sonarqube@9.9.0.65466...9.9.4.87374)
    
    ---
    updated-dependencies:
    - dependency-name: org.sonarsource.sonarqube:sonar-plugin-api-impl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.sonarsource.sonarqube:sonar-testing-harness
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    455399f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    8d6d0e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2635 from guwirth/test_sq_9.9.4

    use SQ 9.9.4.87374 for testing
    guwirth authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2171201 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fix SonarCloud

    - Java 11 is no longer supported as scanner runtime environment. The minimum required version of Java is now Java 17.
    guwirth committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    29c8498 View commit details
    Browse the repository at this point in the history
  2. Use Node.js 20

    - Node.js 16 actions are deprecated. Update actions to use Node.js 20
    guwirth committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6aa7f8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c09da79 View commit details
    Browse the repository at this point in the history
  4. Cppcheck v2.13.0 support

    - new rules in Cppcheck 2.13.0
      - constParameterPointer
      - constParameterReference
      - constVariablePointer
      - constVariableReference
      - knownPointerToBool
      - pointerOutOfBoundsCond
      - useStandardLibrary
    - update unit test
    - update rule creation
      - use Cppcheck v2.13.0
      - use CWEC v4.13
      - add new .CFG files: cppcheck-lib.cfg emscripten.cfg ginac.cfg icu.cfg ntl.cfg pcre.cfg wxsqlite3.cfg wxsvg.cfg
    guwirth committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    70c113f View commit details
    Browse the repository at this point in the history
  5. Bump io.cucumber:gherkin from 27.0.0 to 28.0.0

    Bumps [io.cucumber:gherkin](https://github.com/cucumber/gherkin) from 27.0.0 to 28.0.0.
    - [Release notes](https://github.com/cucumber/gherkin/releases)
    - [Changelog](https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md)
    - [Commits](cucumber/gherkin@v27.0.0...v28.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.cucumber:gherkin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5bfab36 View commit details
    Browse the repository at this point in the history
  6. Merge pull request SonarOpenCommunity#2637 from guwirth/cppcheck-2.13

    Cppcheck v2.13.0 support
    guwirth authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7e01193 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Merge pull request SonarOpenCommunity#2638 from SonarOpenCommunity/de…

    …pendabot/maven/io.cucumber-gherkin-28.0.0
    
    Bump io.cucumber:gherkin from 27.0.0 to 28.0.0
    guwirth authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    bf04527 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2

    Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.1 to 3.5.2.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d7739dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2639 from SonarOpenCommunity/de…

    …pendabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.2
    
    Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2
    guwirth authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e462e92 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. LLVM 19 support

    - use tag llvmorg-19-init
    - new ClangTidy rules:
      - bugprone-casting-through-void
      - bugprone-chained-comparison
      - bugprone-compare-pointer-to-member-virtual-function
      - bugprone-empty-catch
      - bugprone-inc-dec-in-conditions
      - bugprone-incorrect-enable-if
      - bugprone-multi-level-implicit-pointer-conversion
      - bugprone-multiple-new-in-one-expression
      - bugprone-non-zero-enum-to-bool-conversion
      - bugprone-optional-value-conversion
      - bugprone-switch-missing-default-case
      - bugprone-unique-ptr-array-mismatch
      - bugprone-unsafe-functions
      - bugprone-unused-local-non-trivial-variable
      - cert-msc24-c
      - cert-msc33-c
      - clang-analyzer-core.BitwiseShift
      - clang-analyzer-core.uninitialized.NewArraySize
      - clang-analyzer-cplusplus.PlacementNew
      - clang-analyzer-cplusplus.PureVirtualCall
      - clang-analyzer-cplusplus.StringChecker
      - clang-analyzer-fuchsia.HandleChecker
      - clang-analyzer-optin.core.EnumCastOutOfRange
      - clang-analyzer-security.cert.env.InvalidPtr
      - clang-analyzer-security.insecureAPI.decodeValueOfObjCType
      - clang-analyzer-unix.Errno
      - clang-analyzer-unix.StdCLibraryFunctions
      - clang-analyzer-webkit.NoUncountedMemberChecker
      - clang-analyzer-webkit.RefCntblBaseVirtualDtor
      - clang-analyzer-webkit.UncountedLambdaCapturesChecker
      - clang-diagnostic-android-unversioned-fallback
      - clang-diagnostic-apinotes
      - clang-diagnostic-array-parameter
      - clang-diagnostic-atomic-access
      - clang-diagnostic-auto-decl-extensions
      - clang-diagnostic-c++11-narrowing-const-reference
      - clang-diagnostic-c++23-default-comp-relaxed-constexpr
      - clang-diagnostic-c++23-extensions
      - clang-diagnostic-c++23-lambda-attributes
      - clang-diagnostic-c++26-extensions
      - clang-diagnostic-c++2c-extensions
      - clang-diagnostic-c23-compat
      - clang-diagnostic-c23-extensions
      - clang-diagnostic-c2x-compat
      - clang-diagnostic-cast-function-type-strict
      - clang-diagnostic-coro-non-aligned-allocation-function
      - clang-diagnostic-delayed-template-parsing-in-cxx20
      - clang-diagnostic-deprecate-lax-vec-conv-all
      - clang-diagnostic-deprecated-builtins
      - clang-diagnostic-deprecated-literal-operator
      - clang-diagnostic-deprecated-module-dot-map
      - clang-diagnostic-deprecated-non-prototype
      - clang-diagnostic-deprecated-redundant-constexpr-static-def
      - clang-diagnostic-deprecated-static-analyzer-flag
      - clang-diagnostic-dxil-validation
      - clang-diagnostic-eager-load-cxx-named-modules
      - clang-diagnostic-enum-constexpr-conversion
      - clang-diagnostic-excessive-regsave
      - clang-diagnostic-experimental-header-units
      - clang-diagnostic-format-overflow
      - clang-diagnostic-format-overflow-non-kprintf
      - clang-diagnostic-format-truncation
      - clang-diagnostic-format-truncation-non-kprintf
      - clang-diagnostic-generic-type-extension
      - clang-diagnostic-gnu-line-marker
      - clang-diagnostic-gnu-null-pointer-arithmetic
      - clang-diagnostic-gnu-offsetof-extensions
      - clang-diagnostic-gnu-pointer-arith
      - clang-diagnostic-gnu-statement-expression-from-macro-expansion
      - clang-diagnostic-hip-omp-target-directives
      - clang-diagnostic-hlsl-extensions
      - clang-diagnostic-ignored-gch
      - clang-diagnostic-include-angled-in-module-purview
      - clang-diagnostic-incompatible-function-pointer-types-strict
      - clang-diagnostic-incompatible-ms-pragma-section
      - clang-diagnostic-invalid-feature-combination
      - clang-diagnostic-invalid-static-assert-message
      - clang-diagnostic-invalid-unevaluated-string
      - clang-diagnostic-invalid-utf8
      - clang-diagnostic-knl-knm-isa-support-removed
      - clang-diagnostic-mathematical-notation-identifier-extension
      - clang-diagnostic-microsoft-init-from-predefined
      - clang-diagnostic-microsoft-string-literal-from-predefined
      - clang-diagnostic-misexpect
      - clang-diagnostic-missing-multilib
      - clang-diagnostic-module-include-translation
      - clang-diagnostic-multi-gpu
      - clang-diagnostic-nan-infinity-disabled
      - clang-diagnostic-nonportable-private-apinotes-path
      - clang-diagnostic-nonportable-private-system-apinotes-path
      - clang-diagnostic-objc-duplicate-category-definition
      - clang-diagnostic-openacc
      - clang-diagnostic-openmp-extensions
      - clang-diagnostic-openmp-target-exception
      - clang-diagnostic-overriding-option
      - clang-diagnostic-packed-non-pod
      - clang-diagnostic-padded-bitfield
      - clang-diagnostic-pre-c++23-compat
      - clang-diagnostic-pre-c++23-compat-pedantic
      - clang-diagnostic-pre-c++26-compat
      - clang-diagnostic-pre-c++26-compat-pedantic
      - clang-diagnostic-pre-c++2c-compat
      - clang-diagnostic-pre-c++2c-compat-pedantic
      - clang-diagnostic-pre-c23-compat
      - clang-diagnostic-pre-c23-compat-pedantic
      - clang-diagnostic-read-only-types
      - clang-diagnostic-reserved-module-identifier
      - clang-diagnostic-return-local-addr
      - clang-diagnostic-sarif-format-unstable
      - clang-diagnostic-single-bit-bitfield-constant-conversion
      - clang-diagnostic-sloc-usage
      - clang-diagnostic-source-uses-openacc
      - clang-diagnostic-switch-default
      - clang-diagnostic-sync-alignment
      - clang-diagnostic-tautological-negation-compare
      - clang-diagnostic-thread-safety-reference-return
      - clang-diagnostic-unaligned-qualifier-implicit-cast
      - clang-diagnostic-undefined-arm-streaming
      - clang-diagnostic-undefined-arm-za
      - clang-diagnostic-undefined-arm-zt0
      - clang-diagnostic-unknown-directives
      - clang-diagnostic-unreachable-code-generic-assoc
      - clang-diagnostic-unsafe-buffer-usage
      - clang-diagnostic-vla-cxx-extension
      - clang-diagnostic-vla-extension-static-assert
      - cppcoreguidelines-avoid-capturing-lambda-coroutines
      - cppcoreguidelines-avoid-do-while
      - cppcoreguidelines-avoid-reference-coroutine-parameters
      - cppcoreguidelines-misleading-capture-default-by-value
      - cppcoreguidelines-missing-std-forward
      - cppcoreguidelines-no-suspend-with-lock
      - cppcoreguidelines-noexcept-destructor
      - cppcoreguidelines-noexcept-move-operations
      - cppcoreguidelines-noexcept-swap
      - cppcoreguidelines-rvalue-reference-param-not-moved
      - cppcoreguidelines-use-default-member-init
      - hicpp-ignored-remove-result
      - llvmlibc-inline-function-decl
      - misc-coroutine-hostile-raii
      - misc-header-include-cycle
      - misc-include-cleaner
      - modernize-type-traits
      - modernize-use-constraints
      - modernize-use-starts-ends-with
      - modernize-use-std-numbers
      - modernize-use-std-print
      - performance-avoid-endl
      - performance-enum-size
      - performance-noexcept-destructor
      - performance-noexcept-swap
      - readability-avoid-nested-conditional-operator
      - readability-avoid-return-with-void-value
      - readability-avoid-unconditional-preprocessor-if
      - readability-operators-representation
      - readability-redundant-casting
      - readability-redundant-inline-specifier
      - readability-reference-to-constructed-temporary
    - new Clang Static Analyzer rules
      - BitwiseShift
      - EnumCastOutOfRange
      - security.cert.env.InvalidPtr
      - unix.Errno
      - unix.StdCLibraryFunctions
    - add VisualStudio project for development/debugging
    - diagnostic.json: using name 'Summary' instead of 'Text' for description
    guwirth committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ea53ced View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2640 from guwirth/llvm-19.0.0-s…

    …upport
    
    LLVM 19 support
    guwirth authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e2c2814 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Bump com.fasterxml.woodstox:woodstox-core from 6.6.0 to 6.6.1

    Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.6.0 to 6.6.1.
    - [Commits](FasterXML/woodstox@woodstox-core-6.6.0...woodstox-core-6.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.woodstox:woodstox-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0f94c9b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. [Fix] the issue where problems detected by custom rules are not displ…

    …ayed in the report.
    
    Corrected CxxSquidSensor's saveViolations function to allow creation of new issues with a source other than "cxx", enabling reporting of detection results based on CustomCxxRulesDefinition, ensuring proper display of custom sources on the web server.
    
    Signed-off-by: qinyong <qiny15@chinatelecom.cn>
    qinyong committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e2c3004 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge pull request SonarOpenCommunity#2643 from SonarOpenCommunity/de…

    …pendabot/maven/com.fasterxml.woodstox-woodstox-core-6.6.1
    
    Bump com.fasterxml.woodstox:woodstox-core from 6.6.0 to 6.6.1
    guwirth authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    aa53a1a View commit details
    Browse the repository at this point in the history
  2. Bump org.mockito:mockito-core from 5.10.0 to 5.11.0

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.10.0 to 5.11.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.10.0...v5.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    51c7cd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request SonarOpenCommunity#2645 from SonarOpenCommunity/de…

    …pendabot/maven/org.mockito-mockito-core-5.11.0
    
    Bump org.mockito:mockito-core from 5.10.0 to 5.11.0
    guwirth authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a11500f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request SonarOpenCommunity#2644 from smileQiny/master

    Support correct repository (description) for CustomCxxRulesDefinition
    guwirth authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d9a0441 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Optimize scope in pom files

    guwirth committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9722f1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2646 from guwirth/pom

    Optimize scope in pom files
    guwirth authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    194b37a View commit details
    Browse the repository at this point in the history
  3. fix CustomCxxRulesDefinition, remove language

    - language is a leftover from having two plugins: one C, one C++
    guwirth committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6f76253 View commit details
    Browse the repository at this point in the history
  4. Merge pull request SonarOpenCommunity#2647 from guwirth/CustomCxxRule…

    …sDefinition
    
    fix CustomCxxRulesDefinition, remove language
    guwirth authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    04508e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Bump com.googlecode.plist:dd-plist from 1.27 to 1.28

    Bumps [com.googlecode.plist:dd-plist](https://github.com/3breadt/dd-plist) from 1.27 to 1.28.
    - [Release notes](https://github.com/3breadt/dd-plist/releases)
    - [Commits](3breadt/dd-plist@v1.27.0...v1.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.googlecode.plist:dd-plist
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    904f675 View commit details
    Browse the repository at this point in the history
  2. Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2

    Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.1 to 2.16.2.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    55fa136 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request SonarOpenCommunity#2650 from SonarOpenCommunity/de…

    …pendabot/maven/com.googlecode.plist-dd-plist-1.28
    
    Bump com.googlecode.plist:dd-plist from 1.27 to 1.28
    guwirth authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    484c9a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Merge pull request SonarOpenCommunity#2651 from SonarOpenCommunity/de…

    …pendabot/maven/com.fasterxml.jackson.core-jackson-databind-2.16.2
    
    Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2
    guwirth authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8676f32 View commit details
    Browse the repository at this point in the history
  2. Bump org.sonarsource.scanner.maven:sonar-maven-plugin

    Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) from 3.10.0.2594 to 3.11.0.3922.
    - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
    - [Commits](SonarSource/sonar-scanner-maven@3.10.0.2594...3.11.0.3922)
    
    ---
    updated-dependencies:
    - dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b69409a View commit details
    Browse the repository at this point in the history
  3. Merge pull request SonarOpenCommunity#2652 from SonarOpenCommunity/de…

    …pendabot/maven/org.sonarsource.scanner.maven-sonar-maven-plugin-3.11.0.3922
    
    Bump org.sonarsource.scanner.maven:sonar-maven-plugin from 3.10.0.2594 to 3.11.0.3922
    guwirth authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ae5bf45 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.1.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    82e3c8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2654 from SonarOpenCommunity/de…

    …pendabot/maven/com.google.guava-guava-33.1.0-jre
    
    Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
    guwirth authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c753dd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    ae7f9bd View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Bump org.apache.maven.plugins:maven-compiler-plugin

    Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    79292e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge pull request SonarOpenCommunity#2657 from guwirth/sonar-login

    The property 'sonar.login' is deprecated
    guwirth authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    58d20b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Bump com.fasterxml.woodstox:woodstox-core from 6.6.1 to 6.6.2

    Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.6.1 to 6.6.2.
    - [Commits](FasterXML/woodstox@woodstox-core-6.6.1...woodstox-core-6.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.woodstox:woodstox-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d039885 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12

    Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](jacoco/jacoco@v0.8.11...v0.8.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.jacoco:jacoco-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ca40ee6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request SonarOpenCommunity#2631 from SonarOpenCommunity/de…

    …pendabot/maven/sonar.version-9.9.4.87374
    
    Bump sonar.version from 9.9.0.65466 to 9.9.4.87374
    guwirth authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3f10c19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2659 from SonarOpenCommunity/de…

    …pendabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.13.0
    
    Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
    guwirth authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    eb2be83 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Merge pull request SonarOpenCommunity#2662 from SonarOpenCommunity/de…

    …pendabot/maven/com.fasterxml.woodstox-woodstox-core-6.6.2
    
    Bump com.fasterxml.woodstox:woodstox-core from 6.6.1 to 6.6.2
    guwirth authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    24fcb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb79bf7 View commit details
    Browse the repository at this point in the history
  3. Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0

    Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.2 to 2.17.0.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e166ed5 View commit details
    Browse the repository at this point in the history
  4. Bump commons-io:commons-io from 2.15.1 to 2.16.0

    Bumps commons-io:commons-io from 2.15.1 to 2.16.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    0855384 View commit details
    Browse the repository at this point in the history
  5. Bump org.ow2.asm:asm from 9.6 to 9.7

    Bumps org.ow2.asm:asm from 9.6 to 9.7.
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    46018ff View commit details
    Browse the repository at this point in the history
  6. Merge pull request SonarOpenCommunity#2664 from SonarOpenCommunity/de…

    …pendabot/maven/org.jacoco-jacoco-maven-plugin-0.8.12
    
    Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
    guwirth authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    abc80c9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request SonarOpenCommunity#2653 from SonarOpenCommunity/de…

    …pendabot/maven/com.fasterxml.jackson.core-jackson-databind-2.17.0
    
    Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0
    guwirth authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    46b13b1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request SonarOpenCommunity#2661 from SonarOpenCommunity/de…

    …pendabot/maven/org.ow2.asm-asm-9.7
    
    Bump org.ow2.asm:asm from 9.6 to 9.7
    guwirth authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8e1ba3b View commit details
    Browse the repository at this point in the history
  9. Merge pull request SonarOpenCommunity#2663 from SonarOpenCommunity/de…

    …pendabot/maven/commons-io-commons-io-2.16.0
    
    Bump commons-io:commons-io from 2.15.1 to 2.16.0
    guwirth authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    239aae0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Bump commons-io:commons-io from 2.16.0 to 2.16.1

    Bumps commons-io:commons-io from 2.16.0 to 2.16.1.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    15c5cdc View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2665 from SonarOpenCommunity/de…

    …pendabot/maven/commons-io-commons-io-2.16.1
    
    Bump commons-io:commons-io from 2.16.0 to 2.16.1
    guwirth authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ffa12b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0

    Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5106122 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request SonarOpenCommunity#2667 from SonarOpenCommunity/de…

    …pendabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.4.0
    
    Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0
    guwirth authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    27f245d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1

    Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    443ff9c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3

    Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f41fdcb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Bump sonar.version from 9.9.4.87374 to 9.9.5.90363

    Bumps `sonar.version` from 9.9.4.87374 to 9.9.5.90363.
    
    Updates `org.sonarsource.sonarqube:sonar-plugin-api-impl` from 9.9.4.87374 to 9.9.5.90363
    - [Release notes](https://github.com/SonarSource/sonarqube/releases)
    - [Commits](SonarSource/sonarqube@9.9.4.87374...9.9.5.90363)
    
    Updates `org.sonarsource.sonarqube:sonar-testing-harness` from 9.9.4.87374 to 9.9.5.90363
    - [Release notes](https://github.com/SonarSource/sonarqube/releases)
    - [Commits](SonarSource/sonarqube@9.9.4.87374...9.9.5.90363)
    
    ---
    updated-dependencies:
    - dependency-name: org.sonarsource.sonarqube:sonar-plugin-api-impl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.sonarsource.sonarqube:sonar-testing-harness
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8999703 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Merge pull request SonarOpenCommunity#2669 from SonarOpenCommunity/de…

    …pendabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.4.1
    
    Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1
    guwirth authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    88a37e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2671 from SonarOpenCommunity/de…

    …pendabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.3
    
    Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3
    guwirth authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    caf4b82 View commit details
    Browse the repository at this point in the history
  3. Merge pull request SonarOpenCommunity#2673 from SonarOpenCommunity/de…

    …pendabot/maven/sonar.version-9.9.5.90363
    
    Bump sonar.version from 9.9.4.87374 to 9.9.5.90363
    guwirth authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    80181b5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    b0a5554 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Merge pull request SonarOpenCommunity#2674 from SonarOpenCommunity/de…

    …pendabot/maven/com.google.guava-guava-33.2.0-jre
    
    Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
    guwirth authored May 3, 2024
    Configuration menu
    Copy the full SHA
    22000b3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. fix cognitive complexity

    - fix problem with r-value reference
    - close SonarOpenCommunity#2672
    guwirth committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f16c3db View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2675 from guwirth/fix-2672

    fix cognitive complexity problem with r-value references
    guwirth authored May 4, 2024
    Configuration menu
    Copy the full SHA
    8b6e479 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1

    Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    bc87761 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2676 from SonarOpenCommunity/de…

    …pendabot/maven/com.fasterxml.jackson.core-jackson-databind-2.17.1
    
    Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1
    guwirth authored May 6, 2024
    Configuration menu
    Copy the full SHA
    dd96ca6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Cppcheck 2.14.0 support

    - https://sourceforge.net/p/cppcheck/news/2024/04/cppcheck-2140/
    - new rules:
      - eraseIteratorOutOfBounds
      - eraseIteratorOutOfBoundsCond
      - returnByReference
      - uselessOverride
    - close SonarOpenCommunity#2668
    guwirth committed May 7, 2024
    Configuration menu
    Copy the full SHA
    50b8f0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2677 from guwirth/cppcheck-2.14

    Cppcheck 2.14.0 support
    guwirth authored May 7, 2024
    Configuration menu
    Copy the full SHA
    e36f57a View commit details
    Browse the repository at this point in the history
  3. Bump com.mycila:license-maven-plugin from 4.3 to 4.4

    Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 4.3 to 4.4.
    - [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.3...license-maven-plugin-4.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.mycila:license-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    62c8738 View commit details
    Browse the repository at this point in the history
  4. Merge pull request SonarOpenCommunity#2678 from SonarOpenCommunity/de…

    …pendabot/maven/com.mycila-license-maven-plugin-4.4
    
    Bump com.mycila:license-maven-plugin from 4.3 to 4.4
    guwirth authored May 7, 2024
    Configuration menu
    Copy the full SHA
    302e4a6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Bump org.mockito:mockito-core from 5.11.0 to 5.12.0

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.11.0...v5.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    928de5f View commit details
    Browse the repository at this point in the history
  2. Bump com.mycila:license-maven-plugin from 4.4 to 4.5

    Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 4.4 to 4.5.
    - [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.4...license-maven-plugin-4.5)
    
    ---
    updated-dependencies:
    - dependency-name: com.mycila:license-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    1779c0a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request SonarOpenCommunity#2679 from SonarOpenCommunity/de…

    …pendabot/maven/org.mockito-mockito-core-5.12.0
    
    Bump org.mockito:mockito-core from 5.11.0 to 5.12.0
    guwirth authored May 15, 2024
    Configuration menu
    Copy the full SHA
    fc2ae4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2680 from SonarOpenCommunity/de…

    …pendabot/maven/com.mycila-license-maven-plugin-4.5
    
    Bump com.mycila:license-maven-plugin from 4.4 to 4.5
    guwirth authored May 15, 2024
    Configuration menu
    Copy the full SHA
    4e69bcb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump com.google.code.gson:gson from 2.10.1 to 2.11.0

    Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0.
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
    - [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    76ae027 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge pull request SonarOpenCommunity#2682 from SonarOpenCommunity/de…

    …pendabot/maven/com.google.code.gson-gson-2.11.0
    
    Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
    guwirth authored May 21, 2024
    Configuration menu
    Copy the full SHA
    39e9972 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Bump org.assertj:assertj-core from 3.25.3 to 3.26.0

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.3 to 3.26.0.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    1b59d35 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request SonarOpenCommunity#2684 from SonarOpenCommunity/de…

    …pendabot/maven/org.assertj-assertj-core-3.26.0
    
    Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
    guwirth authored May 28, 2024
    Configuration menu
    Copy the full SHA
    1be6f9d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0

    Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.3 to 3.6.0.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 31, 2024
    Configuration menu
    Copy the full SHA
    2229bc2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2688 from SonarOpenCommunity/de…

    …pendabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.6.0
    
    Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0
    guwirth authored May 31, 2024
    Configuration menu
    Copy the full SHA
    afddc45 View commit details
    Browse the repository at this point in the history
  3. Bump org.sonarsource.scanner.maven:sonar-maven-plugin

    Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) from 3.11.0.3922 to 4.0.0.4121.
    - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
    - [Commits](SonarSource/sonar-scanner-maven@3.11.0.3922...4.0.0.4121)
    
    ---
    updated-dependencies:
    - dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 31, 2024
    Configuration menu
    Copy the full SHA
    52cd4f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Merge pull request SonarOpenCommunity#2689 from SonarOpenCommunity/de…

    …pendabot/maven/org.sonarsource.scanner.maven-sonar-maven-plugin-4.0.0.4121
    
    Bump org.sonarsource.scanner.maven:sonar-maven-plugin from 3.11.0.3922 to 4.0.0.4121
    guwirth authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1fe2dd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.0-jre to 33.2.1-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a23dee3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2690 from SonarOpenCommunity/de…

    …pendabot/maven/com.google.guava-guava-33.2.1-jre
    
    Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre
    guwirth authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4e032d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2

    Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.1 to 3.4.2.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    87af610 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Bump org.apache.maven.plugins:maven-dependency-plugin

    Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.1 to 3.7.1.
    - [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
    - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    355f5c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Bump sonar.version from 9.9.5.90363 to 9.9.6.92038

    Bumps `sonar.version` from 9.9.5.90363 to 9.9.6.92038.
    
    Updates `org.sonarsource.sonarqube:sonar-plugin-api-impl` from 9.9.5.90363 to 9.9.6.92038
    - [Release notes](https://github.com/SonarSource/sonarqube/releases)
    - [Commits](SonarSource/sonarqube@9.9.5.90363...9.9.6.92038)
    
    Updates `org.sonarsource.sonarqube:sonar-testing-harness` from 9.9.5.90363 to 9.9.6.92038
    - [Release notes](https://github.com/SonarSource/sonarqube/releases)
    - [Commits](SonarSource/sonarqube@9.9.5.90363...9.9.6.92038)
    
    ---
    updated-dependencies:
    - dependency-name: org.sonarsource.sonarqube:sonar-plugin-api-impl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.sonarsource.sonarqube:sonar-testing-harness
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c65fec0 View commit details
    Browse the repository at this point in the history
  2. Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.0.0

    Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.6.2 to 7.0.0.
    - [Commits](FasterXML/woodstox@woodstox-core-6.6.2...woodstox-core-7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.woodstox:woodstox-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e91e5a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Bump junit-jupiter.version from 5.10.2 to 5.10.3

    Bumps `junit-jupiter.version` from 5.10.2 to 5.10.3.
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.10.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.10.2...r5.10.3)
    
    Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.10.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.10.2...r5.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0ca9f09 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request SonarOpenCommunity#2695 from SonarOpenCommunity/de…

    …pendabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.4.2
    
    Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
    guwirth authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    447063c View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2697 from SonarOpenCommunity/de…

    …pendabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.7.1
    
    Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.1
    guwirth authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1f78990 View commit details
    Browse the repository at this point in the history
  3. Merge pull request SonarOpenCommunity#2698 from SonarOpenCommunity/de…

    …pendabot/maven/sonar.version-9.9.6.92038
    
    Bump sonar.version from 9.9.5.90363 to 9.9.6.92038
    guwirth authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b03007e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge pull request SonarOpenCommunity#2699 from SonarOpenCommunity/de…

    …pendabot/maven/com.fasterxml.woodstox-woodstox-core-7.0.0
    
    Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.0.0
    guwirth authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    56c695e View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2701 from SonarOpenCommunity/de…

    …pendabot/maven/junit-jupiter.version-5.10.3
    
    Bump junit-jupiter.version from 5.10.2 to 5.10.3
    guwirth authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3980334 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2

    Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.2.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e37a5e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2702 from SonarOpenCommunity/de…

    …pendabot/maven/com.fasterxml.jackson.core-jackson-databind-2.17.2
    
    Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2
    guwirth authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b0a4505 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Bump org.assertj:assertj-core from 3.26.0 to 3.26.3

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.0 to 3.26.3.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.26.0...assertj-build-3.26.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a301264 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Merge pull request SonarOpenCommunity#2703 from SonarOpenCommunity/de…

    …pendabot/maven/org.assertj-assertj-core-3.26.3
    
    Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
    guwirth authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    c4cbc18 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Bump io.cucumber:gherkin from 28.0.0 to 29.0.0

    Bumps [io.cucumber:gherkin](https://github.com/cucumber/gherkin) from 28.0.0 to 29.0.0.
    - [Release notes](https://github.com/cucumber/gherkin/releases)
    - [Changelog](https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md)
    - [Commits](cucumber/gherkin@v28.0.0...v29.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.cucumber:gherkin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b6c2679 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. add new VS 2022 rules (v17.9):

    - C5262
    - C5266
    - C5267
    - C5301
    - C5302
    - C6030
    - C6065
    - C6392
    - C6393
    - C6394
    - C6395
    - C6396
    - C6397
    - C6398
    - C26459
    - C26479
    - C26831
    - C26832
    - C26833
    - C26835
    - C26837
    - C26861
    - C26862
    - C26863
    - C26864
    guwirth committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    689c6c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request SonarOpenCommunity#2708 from SonarOpenCommunity/de…

    …pendabot/maven/io.cucumber-gherkin-29.0.0
    
    Bump io.cucumber:gherkin from 28.0.0 to 29.0.0
    guwirth authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a7d49fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request SonarOpenCommunity#2707 from guwirth/Visual-Studio…

    …-2022-version-17.9
    
    Visual Studio 2022 v17.9 warnings support
    guwirth authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e257b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    036a0f5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request SonarOpenCommunity#2710 from guwirth/test-sq9.9.6.…

    …92038
    
    use SQ 9.9.6.92038 for testing
    guwirth authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    649cbc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    1f4a495 View commit details
    Browse the repository at this point in the history