orange-cloudfoundry / cf-ops-automation-broker

On demand dedicated services through COA concourse pipeline engine
4 stars 0 forks source link

Bump equalsverifier from 3.10 to 3.13 #532

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps equalsverifier from 3.10 to 3.13.

Release notes

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

[3.12.3] - 2022-12-14

Fixed

  • Getters for lazy fields in entities could not be found in a superclass. (Issue 744)

[3.12.2] - 2022-12-08

Added

  • Warning.SURROGATE_OR_BUSINESS_KEY for JPA entities that insist on using all fields in equals() and hashCode(), whether they are @Id or not.

Changed

  • Removed duplicated website urls and diagnostic output when using forPackage() or forClasses() and multiple classes have issues.

[3.12.1] - 2022-12-02

Changed

  • Improved error message output for objects that throw exceptions in their toString() methods. (Issue 716)

Fixed

  • Fix ClassFormatError when attempting to create a dynamic subclass for a class that has no package. (Issue 638)
  • Fix LinkageError when running Quarkus dev mode and testing an abstract class. (Issue 550)

[3.12] - 2022-11-30

Added

  • Diagnostic output in all error messages.

Changed

  • Check that getters are used for lazily fetched fields in JPA entities. (Issue 650)

... (truncated)

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 #533.