grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 9 forks source link

fix(deps): update dependency org.shredzone.acme4j:acme4j-client to v3.2.1 #313

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.shredzone.acme4j:acme4j-client (source) 3.1.1 -> 3.2.1 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

shred/acme4j (org.shredzone.acme4j:acme4j-client) ### [`v3.2.1`](https://togithub.com/shred/acme4j/releases/tag/v3.2.1) - Use `ENGLISH` locale for uppercase/lowercase conversion (fixes [#​156](https://togithub.com/shred/acme4j/issues/156), thanks to [@​emirhannaneli](https://togithub.com/emirhannaneli)) This is a bugfix release. Update is only necessary if your system's default locale is set to Turkish. ### [`v3.2.0`](https://togithub.com/shred/acme4j/releases/tag/v3.2.0): 3.2.0 - Documentation has been completely restructured and reviewed. The chapters are now oriented on the different steps, and should help to understand better how *acme4j* is working. - Added `acme://ssl.com` URI for SSL.com. (Thanks to [@​fergadis](https://togithub.com/fergadis), [@​ifindthanh](https://togithub.com/ifindthanh), [@​thanhsmvn](https://togithub.com/thanhsmvn) for the contribution.) - Added `acme://zerossl.com` protocol provider for ZeroSSL. - Simplified the handling of Retry-After headers. Catching `AcmeRetryAfterException` is not necessary anymore. - CSR generator now supports domain names with more than 64 characters. The CSR's CN field is now left empty by default. (Thanks to [@​mcpherrinm](https://togithub.com/mcpherrinm) for the contribution.) - Updated ARI support to the latest draft-ietf-acme-ari-03. There is a breaking change in the protocol! If you use ARI and your CA still uses draft 01, do not update to this version! - For generic ACME URIs, query parameters are now forwarded to the server. (Fixes [#​152](https://togithub.com/shred/acme4j/issues/152)) No changes to your source code are required, unless you are using ARI. Please read the [Migration Guide](https://shredzone.org/maven/acme4j/migration.html) for further information and caveats. ZeroSSL makes use of EAB and the `Retry-After` header. The [example](https://shredzone.org/maven/acme4j/example.html) has been changed accordingly. It now shows how to do EAB and how to properly handle the `Retry-After` header.

Configuration

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

🚦 Automerge: Enabled.

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

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



This PR has been generated by Mend Renovate. View repository job log here.