Skip to content

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

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

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.fitko.fitconnect:jwkvalidator 1.5.1 -> 1.6.0 age adoption passing confidence

Release Notes

fit-connect/jwk-validator

v1.6.0

Compare Source

New
  • In-Memory caching of:
    • OCSP responses
    • CRL responses
    • CRL lists
Improvements
  • New null check for certificate chain to prevent unnecessary, and failing checks further down in validation.
  • Reduced log spam for LDAP URLs during CRL validation.
  • Introduced timeout of 10s for OCSP requests.
  • Tests depending on availability of OCSP and CRL service URLs will now check that at least one service URL is available. If this should not be the case, the test will be skipped and marked as such.
  • Various test improvements to existing tests.
Dependencies
  • (UPDATED) org.bouncycastle:bcpkix-jdk18on:1.77
  • (UPDATED) org.bouncycastle:bcprov-jdk18on:1.77
  • (UPDATED) com.nimbusds:nimbus-jose-jwt:9.37.1
  • (UPDATED) org.mockito:mockito-core:5.7.0
  • (UPDATED) org.mockito:mockito-junit-jupiter:5.7.0
  • (UPDATED) org.junit.jupiter:junit-jupiter:5.10.1
  • (UPDATED) org.apache.maven.plugin:maven-javadoc-plugin:3.6.2
  • (UPDATED) org.apache.maven.plugins:maven-surefire-plugin:3.2.2


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