Skip to content

fix(deps): update dependency dev.fitko.fitconnect:jwkvalidator to v2

Ghost User requested to merge renovate/major-jwk-validator.version into main

This MR contains the following updates:

Package Type Update Change
dev.fitko.fitconnect:jwkvalidator compile major 1.6.0 -> 2.0.0

Release Notes

fit-connect/jwk-validator (dev.fitko.fitconnect:jwkvalidator)

v2.0.0

Compare Source

New
  • Added a new option for building the JWKValidator (withRecommendedDefaults()). This one utilizes default values as expected from JWKs with the Zustelldienst and only requires setting Proxy and TrustAnchors.
  • Added validation of used signature algorithm in OCSP responses and CRL lists. This includes the addition of two new configuration options for the full JWKValidator Builder (withX5CValidation()).
  • Added a new option withDefaulErrorLogLevel (ERROR) when setting the error log during JWKValidator creation.
Improvements
  • Changed tests with revoked certificates to check for OCSP response 'REVOKED'. This was not possible before because revoked certificates would return UNKNOWN.
  • Tests now utilize the new recommended option when building the JWKValidator (where possible).
  • Tests use new internal flag to (de)activate caching when necessary.
  • Various structural changes for better code maintainability.
Fixes
  • Fixed Javadoc errors in JWKValidatorBuilder
Dependencies
  • (REMOVED) org.slf4j:slf4j-simple
  • (UPDATED) com.nimbusds:nimbus-jose-jwt:9.37.3
  • (UPDATED) org.mockito:mockito-core:5.8.0
  • (UPDATED) org.mockito:mockito-junit-jupiter:5.8.0
  • (UPDATED) org.apache.maven.plugin:maven-javadoc-plugin:3.6.3
  • (UPDATED) org.apache.maven.plugins:maven-surefire-plugin:3.2.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports