njit-jerse / specimin

SPECIfication MINimizer. A different kind of slicer for Java.
MIT License
3 stars 5 forks source link

Bump org.plumelib:require-javadoc from 1.0.2 to 1.0.9 #313

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps org.plumelib:require-javadoc from 1.0.2 to 1.0.9.

Release notes

Sourced from org.plumelib:require-javadoc's releases.

require-javadoc 1.0.9

Don't require documentation on record parameters (fields), because Javadoc requires @param tags in the Javadoc for the record.

require-javadoc 1.0.8

Bugfix: reinstate support for compiling and running under JDK 8.

require-javadoc 1.0.7

Support Java 17 syntax.

Support running under JDK 21.

require-javadoc 1.0.6

Support JDK 19.

Don't transitively depend on commons-text 1.9, which is subject to CVE-2022-42889.

require-javadoc 1.0.5

--dont-require-trivial-properties supports unprefixed, record-style getters.

require-javadoc 1.0.4

Support new command-line options:

  • --dont-require-noarg-constructor
  • --dont-require-trivial-properties

require-javadoc 1.0.3

Support JDK 17.

Changelog

Sourced from org.plumelib:require-javadoc's changelog.

1.0.9 (2024-03-28)

Don't require documentation on record parameters (fields), because Javadoc requires @param tags in the Javadoc for the record.

1.0.8 (2024-03-27)

Bugfix: reinstate support for compiling and running under JDK 8.

1.0.7 (2024-03-26)

Support Java 17 syntax.

Support compiling and running under JDK 21.

1.0.6 (2022-12-02)

Support JDK 19.

Don't transitively depend on commons-text 1.9, which is subject to CVE-2022-42889.

1.0.5 (2022-10-02)

--dont-require-trivial-properties supports unprefixed, record-style getters.

1.0.4 (2022-07-13)

Support new command-line options:

  • --dont-require-noarg-constructor
  • --dont-require-trivial-properties

1.0.3 (2022-01-25)

Support JDK 17.

Commits
  • 7df7f11 Version 1.0.9
  • 6d35c92 Update dependency org.plumelib:require-javadoc to v1.0.8 (#262)
  • f8977f3 Don't warn about record fields (parameters of the constructor)
  • d27b147 Suppress warnings
  • 45dc0fd Fix formatting
  • 5d53758 Use Gradle 8.6, and don't run Spotless on Java 21
  • c2857d4 Don't test under JDK 21 (yet)
  • 7208ef6 Version 1.0.8
  • d47912b Target Java 8 instead of Java 11
  • a1453a5 Update dependency org.plumelib:require-javadoc to v1.0.7 (#261)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)