w3stling / rssreader

A simple Java library for reading RSS and Atom feeds
MIT License
152 stars 25 forks source link

Bump nl.jqno.equalsverifier:equalsverifier from 3.12.3 to 3.13 #68

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nl.jqno.equalsverifier:equalsverifier from 3.12.3 to 3.13.

Release notes

Sourced from nl.jqno.equalsverifier:equalsverifier's releases.

Release equalsverifier-3.13

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-3.12.4

For a list of changes in this version, see CHANGELOG.md.

Changelog

Sourced from nl.jqno.equalsverifier:equalsverifier's changelog.

[3.13] - 2023-02-02

  • Made it possible to suppress both Warning.IDENTICAL_COPY_FOR_VERSIONED_ENTITY and Warning.SURROGATE_KEY. Note that in some cases when suppressing Warning.IDENTICAL_COPY_FOR_VERSIONED_ENTITY on a class with a surrogate key, it is now necessary to also explicitly suppress Warning.SURROGATE_KEY (Issue 755)

[3.12.4] - 2023-01-28

Changed

  • Automates release procedure using JReleaser and GitHub Actions.

Fixed

  • Added prefab values for java.io.PrintStream. (Issue 753)
Commits
  • b56d063 Bumps version to 3.13
  • e193b42 Updates CHANGELOG.md for release
  • 693dc65 Merge pull request #760 from jqno/dependabot/maven/org.openjfx-javafx-base-19...
  • 692f822 Merge pull request #758 from jqno/dependabot/maven/org.pitest-pitest-junit5-p...
  • 8a66f09 Bump javafx-base from 19 to 19.0.2.1
  • 3258fcd Bump pitest-junit5-plugin from 1.1.0 to 1.1.2
  • a1ea129 Merge pull request #757 from jqno/dependabot/maven/net.bytebuddy-byte-buddy-1...
  • 8cdcced Merge pull request #759 from jqno/dependabot/maven/org.pitest-pitest-maven-1....
  • f3835ae Merge pull request #761 from jqno/dependabot/maven/org.junit.jupiter-junit-ju...
  • 731fc5b Bump junit-jupiter from 5.9.1 to 5.9.2
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #69.