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 the all-maven-dependencies group across 1 directory with 9 updates #67

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the all-maven-dependencies group with 9 updates in the / directory:

Package From To
org.junit:junit-bom 5.11.2 5.11.3
org.jetbrains:annotations 26.0.0 26.0.1
com.google.errorprone:error_prone_core 2.33.0 2.35.1
com.puppycrawl.tools:checkstyle 10.18.2 10.19.0
net.sourceforge.pmd:pmd-core 7.6.0 7.7.0
net.sourceforge.pmd:pmd-java 7.6.0 7.7.0
org.apache.maven.plugins:maven-invoker-plugin 3.8.0 3.8.1
org.apache.maven.plugins:maven-checkstyle-plugin 3.5.0 3.6.0
com.github.spotbugs:spotbugs-maven-plugin 4.8.6.4 4.8.6.5

Updates org.junit:junit-bom from 5.11.2 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.jetbrains:annotations from 26.0.0 to 26.0.1

Release notes

Sourced from org.jetbrains:annotations's releases.

26.0.1

  • Fixed sources.jar build (regression after 25.0.0)
Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 26.0.1

  • Fixed sources.jar build (regression after 25.0.0)
Commits

Updates com.google.errorprone:error_prone_core from 2.33.0 to 2.35.1

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.35.1

Error Prone's dependency on protobuf has been downgraded to 3.25.5 for this release.

Version 3.25.5 of protobuf still fixes CVE-2024-7254. This release is provided for users who aren't ready to update to 4.x, see also #4584 and #4634. Future versions of Error Prone will upgrade back to protobuf 4.x.

Full changelog: google/error-prone@v2.35.0...v2.35.1

Error Prone 2.35.0

Changes:

  • Fix handling of \s before the trailing delimiter in MisleadingEscapedSpace
  • TimeUnitMismatch improvements: handle binary trees, consider trees like fooSeconds * 1000 to have units of millis

New checks:

Full changelog: google/error-prone@v2.34.0...v2.35.0

Error Prone 2.34.0

Changes:

  • Passing the javac flag --should-stop=ifError=FLOW is now required when running Error Prone (#4595)
  • The MemberName check was renamed to IdentifierName

New checks:

Closed issues: #4595, #4598, #4620

Full changelog: google/error-prone@v2.33.0...v2.34.0

Commits
  • 0e06cc2 Release Error Prone 2.35.1
  • db6c890 Downgrade protobuf version to 3.25.5
  • ed6b121 Add a repro test for broken behavior inlining the parameter value into the fu...
  • a931fa3 Remove DoNotUseRuleChain from JavaCodeClarity.
  • ec2983b compileUnsafe -> compile for compile-time-constant expressions.
  • 2ce9632 Strip the quotation marks from the source code when reconstructing the literal.
  • 99a0d9d TimeUnitMismatch: handle BinaryTrees.
  • 60c5f76 TimeUnitMismatch: consider trees like fooSeconds * 1000 to have units of `m...
  • 427b51d GetSeconds to ToSeconds error prone
  • 82a2168 Recognize that Runtime.halt and exit never return.
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.19.0

Checkstyle 10.19.0 - https://checkstyle.org/releasenotes.html#Release_10.19.0

New:

#9540 - WhitespaceAround: new property allowEmptySwitchBlockStatements #15263 - UnnecessaryParenthesesCheck does not flag unnecessary parentheses in conditional expression

Bug fixes:

#15664 - false-negative in google_checks.xml for not being able to detect requirement of K & R style for FINALLY #15769 - google_checks.xml: remove xpath suppression and false-positive indentation violations for block codes #15685 - JavadocParagraph does not work when paragraphs have their corresponding closing tag #15324 - Enforce preceding line break for opening braces of a case/default under switch in google_checks.xml #15733 - JavadocParagraph: report violation with column #15503 - JavadocParagraph: violate preceding P tag before block-level HTML tags #15716 - google_checks.xml: JavadocParagraph should have allowNewlineParagraph as false

Commits
  • d4a3cc7 [maven-release-plugin] prepare release checkstyle-10.19.0
  • 7d6d66e doc: release notes for 10.19.0
  • 2b0291b Issue #13345: Enable example tests for VariableDeclarationUsageDistanceCheckE...
  • fdf8903 Pull #14954: Add upwards compat for deprecated classes in maven-checkstyle-pl...
  • 1d48c74 Issue #9540: New property to allow emtpy switch cases in whitespaceAroundCheck
  • de04b50 dependency: bump org.apache.maven.plugins:maven-dependency-plugin
  • 4db1315 dependency: bump org.apache.maven.plugins:maven-jxr-plugin
  • 1a7d1ca Issue #10618: Create README for Java grammar updates
  • ca7eb55 Issue #15809: make div font to be same as p
  • 023e50d doc: update doc for EmptyBlock and extend example
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd-core from 7.6.0 to 7.7.0

Release notes

Sourced from net.sourceforge.pmd:pmd-core's releases.

PMD 7.7.0 (25-October-2024)

25-October-2024 - 7.7.0

The PMD team is pleased to announce PMD 7.7.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

CPD can now ignore literals and identifiers in C++ code

When searching for duplicated code in C++ differences in literals or identifiers can be ignored now (like in Java). This can be enabled via the command line options --ignore-literal and --ignore-identifiers.
See [PR #5040](pmd/pmd#5040) for details.

🌟 Rule Changes

Changed Rules

Renamed Rules

  • Several rules for unit testing have been renamed to better reflect their actual scope. Lots of them were called after JUnit / JUnit 4, even when they applied to JUnit 5 and / or TestNG.
  • Several rules about switch statements and switch expression have been renamed, as they apply both to Switch Statements and to Switch Expressions:

... (truncated)

Commits
  • 7739f2b [release] prepare release pmd_releases/7.7.0
  • 919e73f Prepare pmd release 7.7.0
  • e2d59c0 Fix #5244: [java] UselessOperationOnImmutable: consider java.time.* types (#5...
  • 8f2d47d Fix #5270: [apex] AvoidNonRestrictiveQueries: Fix regex for detecting LIMIT c...
  • e6097d6 [java] Rename rule SwitchStmtsShouldHaveDefault to NonExhaustiveSwitch (#5267)
  • 5e83246 [doc] Update release notes (#5267)
  • 62c2858 Fix #5257: [java] NonCaseLabelInSwitch - support switch expressions (#5256)
  • 0d8878d [java] Rename rule DefaultLabelNotLastInSwitch (#5255)
  • 4b23718 Fix #4813: [java] SwitchStmtsShouldHaveDefault false positive with pattern ma...
  • 3a501a0 Fix #5249 and #5250: [java] TooFewBranchesForSwitch ignore pattern matching a...
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd-java from 7.6.0 to 7.7.0

Release notes

Sourced from net.sourceforge.pmd:pmd-java's releases.

PMD 7.7.0 (25-October-2024)

25-October-2024 - 7.7.0

The PMD team is pleased to announce PMD 7.7.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

CPD can now ignore literals and identifiers in C++ code

When searching for duplicated code in C++ differences in literals or identifiers can be ignored now (like in Java). This can be enabled via the command line options --ignore-literal and --ignore-identifiers.
See [PR #5040](pmd/pmd#5040) for details.

🌟 Rule Changes

Changed Rules

Renamed Rules

  • Several rules for unit testing have been renamed to better reflect their actual scope. Lots of them were called after JUnit / JUnit 4, even when they applied to JUnit 5 and / or TestNG.
  • Several rules about switch statements and switch expression have been renamed, as they apply both to Switch Statements and to Switch Expressions:

... (truncated)

Commits
  • 7739f2b [release] prepare release pmd_releases/7.7.0
  • 919e73f Prepare pmd release 7.7.0
  • e2d59c0 Fix #5244: [java] UselessOperationOnImmutable: consider java.time.* types (#5...
  • 8f2d47d Fix #5270: [apex] AvoidNonRestrictiveQueries: Fix regex for detecting LIMIT c...
  • e6097d6 [java] Rename rule SwitchStmtsShouldHaveDefault to NonExhaustiveSwitch (#5267)
  • 5e83246 [doc] Update release notes (#5267)
  • 62c2858 Fix #5257: [java] NonCaseLabelInSwitch - support switch expressions (#5256)
  • 0d8878d [java] Rename rule DefaultLabelNotLastInSwitch (#5255)
  • 4b23718 Fix #4813: [java] SwitchStmtsShouldHaveDefault false positive with pattern ma...
  • 3a501a0 Fix #5249 and #5250: [java] TooFewBranchesForSwitch ignore pattern matching a...
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd-java from 7.6.0 to 7.7.0

Release notes

Sourced from net.sourceforge.pmd:pmd-java's releases.

PMD 7.7.0 (25-October-2024)

25-October-2024 - 7.7.0

The PMD team is pleased to announce PMD 7.7.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

CPD can now ignore literals and identifiers in C++ code

When searching for duplicated code in C++ differences in literals or identifiers can be ignored now (like in Java). This can be enabled via the command line options --ignore-literal and --ignore-identifiers.
See [PR #5040](pmd/pmd#5040) for details.

🌟 Rule Changes

Changed Rules

Renamed Rules

  • Several rules for unit testing have been renamed to better reflect their actual scope. Lots of them were called after JUnit / JUnit 4, even when they applied to JUnit 5 and / or TestNG.
  • Several rules about switch statements and switch expression have been renamed, as they apply both to Switch Statements and to Switch Expressions:

... (truncated)

Commits
  • 7739f2b [release] prepare release pmd_releases/7.7.0
  • 919e73f Prepare pmd release 7.7.0
  • e2d59c0 Fix #5244: [java] UselessOperationOnImmutable: consider java.time.* types (#5...
  • 8f2d47d Fix #5270: [apex] AvoidNonRestrictiveQueries: Fix regex for detecting LIMIT c...
  • e6097d6 [java] Rename rule SwitchStmtsShouldHaveDefault to NonExhaustiveSwitch (#5267)
  • 5e83246 [doc] Update release notes (#5267)
  • 62c2858 Fix #5257: [java] NonCaseLabelInSwitch - support switch expressions (#5256)
  • 0d8878d [java] Rename rule DefaultLabelNotLastInSwitch (#5255)
  • 4b23718 Fix #4813: [java] SwitchStmtsShouldHaveDefault false positive with pattern ma...
  • 3a501a0 Fix #5249 and #5250: [java] TooFewBranchesForSwitch ignore pattern matching a...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.8.1

Commits
  • ff4b440 [maven-release-plugin] prepare release maven-invoker-plugin-3.8.1
  • b050650 [MINVOKER-371] Upgrade to Doxia 2.0.0 GA Stack
  • 557a85c Bump org.apache.groovy:groovy-bom from 4.0.22 to 4.0.23
  • a46d0f7 Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • e28603c use new Reproducible Central badge endpoint
  • 2a2e488 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0

Commits
  • dd1abd9 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.6.0
  • 9ccb06e fix
  • 6ac89b8 [MCHECKSTYLE-452] Upgrade to Doxia 2.0.0 GA Stack
  • ff1a1b7 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 13e16c5 Remove unecessary test dependency on plexus-container-default
  • a7c962a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5

Release notes

Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.8.6.5

  • Moved most 'read' only maven injections to read data from maven session instead to overcome many deprecated usage. This puts it on their api and thus if things are internally deprecated, its then maven's issue rather than this plugin to figure out.
  • remove obsolete script source roots as no longer support in maven 4 and technically I've never seen them used. Please let me know if this negatively affects you as there are other manually coded items like kotlin / groovy that are in the code there so scripts could be manually added back.
  • Remove some of the read only attributes for maven injection that were not actually used.
  • More def to object type
  • Various lib / plugin updates
  • Enable partial formatting (mostly removing trailing whitespace)

Compatibility remains with 4.8.6 of spotbugs

Commits
  • 105a31a [maven-release-plugin] prepare release spotbugs-maven-plugin-4.8.6.5
  • 39c76bc [pom] Bump junit to 5.11.3
  • cb3c776 Merge pull request #910 from hazendaz/formatting
  • 800b0b4 [maven] Use source/test roots from session
  • b7cbbde Merge pull request #909 from hazendaz/formatting
  • b1bd51b [cleanup] Remove injected resource bundle as not used that way
  • 363efbd Merge pull request #908 from hazendaz/formatting
  • dca7267 [fix] Correct tag back to HEAD and fix licensing
  • ba920cc Merge pull request #907 from hazendaz/thorough-cleanup
  • e31aaeb [groovy] Move def to map for jsonslurper
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… with 9 updates

Bumps the all-maven-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.0` | `26.0.1` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.33.0` | `2.35.1` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.18.2` | `10.19.0` |
| [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) | `7.6.0` | `7.7.0` |
| [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) | `7.6.0` | `7.7.0` |
| [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) | `3.8.0` | `3.8.1` |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.5.0` | `3.6.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.8.6.4` | `4.8.6.5` |



Updates `org.junit:junit-bom` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.jetbrains:annotations` from 26.0.0 to 26.0.1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.0...26.0.1)

Updates `com.google.errorprone:error_prone_core` from 2.33.0 to 2.35.1
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.33.0...v2.35.1)

Updates `com.puppycrawl.tools:checkstyle` from 10.18.2 to 10.19.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.18.2...checkstyle-10.19.0)

Updates `net.sourceforge.pmd:pmd-core` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.6.0...pmd_releases/7.7.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.6.0...pmd_releases/7.7.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.6.0...pmd_releases/7.7.0)

Updates `org.apache.maven.plugins:maven-invoker-plugin` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
- [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.8.0...maven-invoker-plugin-3.8.1)

Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.5.0 to 3.6.0
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.6.4 to 4.8.6.5
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.6.4...spotbugs-maven-plugin-4.8.6.5)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-invoker-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 28, 2024
@jorsol jorsol merged commit fb2c428 into main Oct 28, 2024
5 checks passed
@jorsol jorsol deleted the dependabot/maven/all-maven-dependencies-2d055d241b branch October 28, 2024 08:45
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