spring-cloud/spring-cloud-build

Update asciidoctorj version and fix deprecated constructor usage

DatChive opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

More recent versions of asciidoctorJ have deprecated a few constructors in favor of using builders.

Describe the solution you'd like

I'm requesting an update to the asciidoctorJ version and subsequent constructor fixes.

Describe alternatives you've considered
N/A

Additional context

@jonatan-ivanov suggested we might want to update the spring-cloud-build since the original issue appeared in the spring-observability project, which used spring-cloud-build as a template.

Original issue