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

chore(deps): bump pmd.version from 7.4.0 to 7.5.0 in /ddk-parent #993

Merged
merged 3 commits into from
Sep 2, 2024

Commits on Sep 2, 2024

  1. chore(deps): bump pmd.version from 7.4.0 to 7.5.0 in /ddk-parent

    Bumps `pmd.version` from 7.4.0 to 7.5.0.
    
    Updates `net.sourceforge.pmd:pmd-core` from 7.4.0 to 7.5.0
    - [Release notes](https://github.com/pmd/pmd/releases)
    - [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
    - [Commits](pmd/pmd@pmd_releases/7.4.0...pmd_releases/7.5.0)
    
    Updates `net.sourceforge.pmd:pmd-java` from 7.4.0 to 7.5.0
    - [Release notes](https://github.com/pmd/pmd/releases)
    - [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
    - [Commits](pmd/pmd@pmd_releases/7.4.0...pmd_releases/7.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.sourceforge.pmd:pmd-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: net.sourceforge.pmd:pmd-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    62eede3 View commit details
    Browse the repository at this point in the history
  2. Exclude AvoidSynchronizedStatement

    It only applies to virtual threads on Java 21, which we do not use at
    the moment. The problem might be solved in later jvm.
    rubenporras committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4cf9592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1243f59 View commit details
    Browse the repository at this point in the history