Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps org.asciidoctor:asciidoctor-maven-plugin from 2.2.1 to 2.2.6.

Release notes

Sourced from org.asciidoctor:asciidoctor-maven-plugin's releases.

v2.2.6

Patch release with minor fixes. No substantial code changes or new features have been introduced.

As always, thanks to all contributors! Specially those taking time providing report issues and feedback 👍

Improvement

  • Push Asiidoctor header metadata (author(s), conversion time and title) to maven-site pages meta tag (#769)

Bug Fixes

  • Fix breadcrumbs not showing the document title in maven-site pages (#763). Thanks @​kriegaex.

Release Meta

Released on: 2024-02-09 Released by: @​abelsromero Soundtrack: Steven Wilson - Impossible Tightrope

v2.2.5

Patch release with minor fixes. No substantial code changes or new features have been introduced.

As always, thanks to all contributors! Specially those taking time providing report issues and feedback 👍

Fixes

  • Remove Java 'requires open access' module warning in modern Java versions with JRuby v9.4.5.0 (#553). Thanks @​khmarbaise for notifiying of the fix.
  • Check for both destinationDir and toDir to avoid invalid "Duplicated destination found" messages, and improve warning message (#728). Thanks @​kriegaex for reporting.

Build / Infrastructure

  • Use latest Maven v3.9.6 in CI and wrapper (#659)
  • Bump AsciidoctorJ to v2.5.11 and jRuby to v9.4.5.0
  • Integrated Dependabot to ease maintenance

Release Meta

Released on: 2024-01-11 Released by: @​abelsromero Soundtrack: Joe Hisaishi - Studio Ghibli Concert (2008)

v2.2.4

V2.2.4 is a fix release for Maven warnings introduced in v3.9.2, see "Plugins validation warnings" in Maven's release notes. No substantial code changes or new features have been introduced.

As always, thanks to all contributors! Specially those taking time providing report issues and feedback 👍

Build / Infrastructure

... (truncated)

Changelog

Sourced from org.asciidoctor:asciidoctor-maven-plugin's changelog.

== v2.2.6 (2024-02-09)

Improvements::

  • Push Asiidoctor header metadata (author(s), conversion time and title) to maven-site pages (#769)

Bug Fixes::

  • Fix breadcrumbs not showing the document title in maven-site pages (#763)

== v2.2.5 (2024-01-11)

Bug Fixes::

  • Remove Java 'requires open access' module warning in modern Java versions with JRuby v9.4.5.0 (#553)
  • Check for both destinationDir and toDir when to avoid invalid "Duplicated destination found" messages, and improve warning message (#728)

Build / Infrastructure::

  • Bump AsciidoctorJ to v2.5.10 and jRuby to v9.4.2.0 (#648)
  • Use Maven v3.9.2 in CI and wrapper (#659)
  • Upgrade Asciidoctorj to v2.5.11 (#689)

== v2.2.4 (2023-05-28)

Build / Infrastructure::

  • Add Maven matrix testing + define Maven compatibility policy (#632)
  • Bump Asciidoctorj to v2.5.8 and jRuby to v9.3.10.0 (#639)
  • Add maven-site-plugin v3.10.0 integration test (#641)
  • Fix warning messages reported since Maven 3.9.2 (#634)

== v2.2.3 (2023-03-18)

Bug Fixes::

  • Fixed default value for eruby which caused a fail when using erb templates (#610)

Build / Infrastructure::

  • Bump Doxia to v1.11.1 and maven-site-plugin in IT to 3.12.0 (#579)
  • Bump netty-codec-http to v4.1.77.Final (fix CVE-2021-21290) (#582)
  • Upgrade Asciidoctorj to v2.5.4 and jRuby to v9.3.4.0 (#584)
  • Upgrade Asciidoctorj to v2.5.5 (#591)
  • Upgrade build related Maven plugins to the latest versions (#606)
  • Upgrade Asciidoctorj to v2.5.7 (#604)
  • Bump netty-codec-http to v4.1.90.Final (fix several CVEs)
  • Delete unused TravisCI configuration (#622)
  • Bump Maven build plugins (#623)
  • Bump GH 'checkout' and 'setup-java' to v3 (#624)

... (truncated)

Commits
  • c1beb59 [maven-release-plugin] prepare release asciidoctor-maven-plugin-2.2.6
  • 9180695 Update docs for v2.2.6 release (#771)
  • 2821df1 (v2.2.x) #763 missing breadcrumb in maven site module (#769)
  • 8aae0db (v2.2.x): Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#768)
  • b7f4d4b (v2.2.x): Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#767)
  • 8d3a056 Fix signature validation in CI (#770)
  • 3fd4749 (v2.2.x): Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#754)
  • 9ccc0d7 (v2.2.x): Bump io.netty:netty-codec-http (#747)
  • a18fb45 (v2.2.x): Bump io.netty:netty-codec-http (#744)
  • 80c6990 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 3, 2025
@Sporiff
Copy link
Member

Sporiff commented Nov 4, 2025

@dependabot rebase

Bumps [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) from 2.2.1 to 2.2.6.
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/asciidoctor-maven-plugin-2.2.6/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor-maven-plugin@asciidoctor-maven-plugin-2.2.1...asciidoctor-maven-plugin-2.2.6)

---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.asciidoctor-asciidoctor-maven-plugin-2.2.6 branch from 7b75313 to 38c5144 Compare November 4, 2025 00:45
@Sporiff Sporiff merged commit 72777af into main Nov 4, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/org.asciidoctor-asciidoctor-maven-plugin-2.2.6 branch November 4, 2025 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants