dbmdz / iiif-server-hymir

Hymir is a Java based IIIF Server. It is based on "IIIF Image API Java Libraries" and "IIIF Presentation API Java Libraries" projects (see https://github.com/dbmdz)
MIT License
27 stars 7 forks source link

Bump dc-model from 9.2.0 to 11.0.1 #329

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps dc-model from 9.2.0 to 11.0.1.

Release notes

Sourced from dc-model's releases.

11.0.1

Release 11.0.1

11.0.0

No release notes provided.

10.0.2

No release notes provided.

10.0.1

No release notes provided.

10.0.0

No release notes provided.

Changelog

Sourced from dc-model's changelog.

11.0.1 - 2022-08-22

Changed

  • Fixed deserialization of CorporateBody

11.0.0 - 2022-07-18

Added

  • New fields in Item
  • Ability to remove an Identifier of an (inherited) Identifiable
  • Builder for Identifier

Changed

  • Breaking: Changed the type of numberOfBinaryResources in DigitalObject from int to Integer, so it can also be null

Removed

  • Breaking: Removed obsolete fields language, publicationDate, publicationPlace, publisher and version in Item since they belong to the Manifestation/Expression.

10.0.2 - 2022-06-21

Removed

  • Removed setter of field targetEntityType in UrlAlias
  • Removed field targetEntityType from equals in UrlAlias

10.0.1 - 2022-06-20

Changed

  • Fixed getter of field targetEntityType

10.0.0 - 2022-06-07

Added

  • Added IdentifiableObjectType enumeration to specify all types of Identifiables
  • Added identifiableObjectType field to Identifiable (and all inherited classes)
  • Added targetIdentifiableObjectType field to UrlAlias
  • Added searchTerm to ListRequest and executedSearchTerm to ListResponse

Changed

  • Breaking: Refactored Builder classes into inner classes of their belonging model classes and made their API consistent
  • Breaking: Set ignore case as default for sorting order

... (truncated)

Commits
  • c855ddd Fixed deserialization of CorporateBody
  • 3bd345b Bump version to 11.0.0
  • 8014817 Bump wdtk-datamodel from 0.13.5 to 0.14.0
  • f6143bd Change type of numberOfBinaryResources
  • 9979b64 Typo fix
  • 9f41cf9 Typo fix
  • c720574 Breaking change: Removed obsolete/wrong fields in Item
  • c40780e Remove obsolete builder class
  • 4360b2d Add change to changelog
  • 2a1a9b5 Add extra constructor
  • 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)
morpheus-87 commented 2 years ago

@dependabot rebase