eu-digital-identity-wallet / eudi-lib-jvm-openid4vci-kt

Implementation of OpenID for Verifiable Credential Issuance protocol (wallet's role) in Kotlin
Apache License 2.0
13 stars 5 forks source link

Bump the libs group across 1 directory with 2 updates #246

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the libs group with 2 updates in the / directory: com.authlete:cbor and org.owasp.dependencycheck.

Updates com.authlete:cbor from 1.15 to 1.16

Changelog

Sourced from com.authlete:cbor's changelog.

1.16 (2024-06-05)

  • IssuerSignedBuilder class

    • Fixed a bug in the prepareIssuerAuthPayload(IssuerNameSpaces) method. The definitions of IssuerAuth and MobileSecurityObjectBytes in the ISO/IEC 18013-5 specification give the impression that MobileSecurityObjectBytes (which starts with a CBOR tag) is directly used as the payload of COSE_Sign1. However, it is necessary to further convert MobileSecurityObjectBytes into a byte string.
  • SigStructure class

    • Changed the type of the fourth argument (payload) of the 4-argument constructor from CBORItem to CBORByteArray.
    • Changed the type of the third argument (payload) of the 3-argument constructor from CBORItem to CBORByteArray.
    • Changed the return type of the getPayload() method from CBORItem to CBORByteArray.
  • SigStructureBuilder class

    • Removed the payload(CBORItem) method.
Commits
  • 2920537 [maven-release-plugin] prepare release cbor-1.16
  • b1e5207 Updated CHANGES.md for version 1.16
  • 738bae5 Merge pull request #10 from authlete/bugfix/IssuerAuth-payload
  • 40a81e2 [bugfix] IssuerSignedBuilder.prepareIssuerAuthPayload(IssuerNameSpaces)
  • 4f91c74 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates org.owasp.dependencycheck from 9.1.0 to 9.2.0

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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.