asciidoctor / asciidoctor-maven-plugin

A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
http://asciidoctor.org
Apache License 2.0
317 stars 122 forks source link

(main) Remove commons-io exclusion from Dependabot #713

Closed abelsromero closed 8 months ago

abelsromero commented 8 months ago

What kind of change does this PR introduce? (check at least one)

What is the goal of this pull request? commons-io hasn't been part of the Maven runtime for a long, long time. So we can manage ourselves as a direct plugin dependency.

Are there any alternative ways to implement this?

no

Are there any implications of this pull request? Anything a user must know?

no

Is it related to an existing issue?

- [ ] Yes - [X] No *Finally, please add a corresponding entry to CHANGELOG.adoc*
abelsromero commented 8 months ago

There's definitely a flake with the javadoc test that needs attention, I'll treat it in another PR.