Skip to content

Bump asciidoctorj.version from 2.5.4 to 2.5.5#1031

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/master/asciidoctorj.version-2.5.5
Closed

Bump asciidoctorj.version from 2.5.4 to 2.5.5#1031
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/master/asciidoctorj.version-2.5.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 27, 2022

Bumps asciidoctorj.version from 2.5.4 to 2.5.5.
Updates asciidoctorj-api from 2.5.4 to 2.5.5

Release notes

Sourced from asciidoctorj-api's releases.

v2.5.5

This release is a minor bugfix release

Improvement

  • Upgrade to Rouge 3.29.0 (#1103)

Bug Fixes

Release Meta

Released on: 2022-07-26 Released by: @​robertpanzer

Changelog

Sourced from asciidoctorj-api's changelog.

= Asciidoctor Changelog :url-asciidoctor: http://asciidoctor.org :url-asciidoc: {url-asciidoctor}/docs/what-is-asciidoc :url-repo: https://github.com/asciidoctor/asciidoctorj :icons: font ⭐ icon:star[role=red] ifndef::icons[] ⭐ ★ endif::[]

This document provides a high-level view of the changes introduced in AsciidoctorJ by release. For a detailed view of what has changed, refer to the {url-repo}/commits/main[commit history] on GitHub.

== Unreleased

Improvement::

  • BREAKING: Allow Preprocessor extensions to create new Readers and replace the original Reader. (#1081)
  • Upgrade to asciidoctorj-pdf 2.1.6 (#1094)

Bug Fixes::

Build Improvement::

  • Upgrade build to Gradle 7.5 (#1100)
Commits
  • 5add9cd Merge pull request #1103 from robertpanzer/release-2.5.5
  • 3464f17 Release 2.5.5
  • 1882974 Merge pull request #1101 from robertpanzer/fix-1096-2.5.x-cell-structuralnode
  • 16bf6b1 Fixes #1096. Make Cell extend StructuralNode instead of ContentNode.
  • fbdee75 Merge pull request #1093 from robertpanzer/update-versions-2.5.x
  • d295583 Update artifact versions in docs
  • See full diff in compare view

Updates asciidoctorj from 2.5.4 to 2.5.5

Release notes

Sourced from asciidoctorj's releases.

v2.5.5

This release is a minor bugfix release

Improvement

  • Upgrade to Rouge 3.29.0 (#1103)

Bug Fixes

Release Meta

Released on: 2022-07-26 Released by: @​robertpanzer

Changelog

Sourced from asciidoctorj's changelog.

= Asciidoctor Changelog :url-asciidoctor: http://asciidoctor.org :url-asciidoc: {url-asciidoctor}/docs/what-is-asciidoc :url-repo: https://github.com/asciidoctor/asciidoctorj :icons: font ⭐ icon:star[role=red] ifndef::icons[] ⭐ ★ endif::[]

This document provides a high-level view of the changes introduced in AsciidoctorJ by release. For a detailed view of what has changed, refer to the {url-repo}/commits/main[commit history] on GitHub.

== Unreleased

Improvement::

  • BREAKING: Allow Preprocessor extensions to create new Readers and replace the original Reader. (#1081)
  • Upgrade to asciidoctorj-pdf 2.1.6 (#1094)

Bug Fixes::

Build Improvement::

  • Upgrade build to Gradle 7.5 (#1100)
Commits
  • 5add9cd Merge pull request #1103 from robertpanzer/release-2.5.5
  • 3464f17 Release 2.5.5
  • 1882974 Merge pull request #1101 from robertpanzer/fix-1096-2.5.x-cell-structuralnode
  • 16bf6b1 Fixes #1096. Make Cell extend StructuralNode instead of ContentNode.
  • fbdee75 Merge pull request #1093 from robertpanzer/update-versions-2.5.x
  • d295583 Update artifact versions in docs
  • See full diff in compare view

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 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)

Bumps `asciidoctorj.version` from 2.5.4 to 2.5.5.

Updates `asciidoctorj-api` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/asciidoctor/asciidoctorj/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctorj@v2.5.4...v2.5.5)

Updates `asciidoctorj` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/asciidoctor/asciidoctorj/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctorj@v2.5.4...v2.5.5)

---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.asciidoctor:asciidoctorj
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 27, 2022
@andi-huber
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 28, 2022

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 28, 2022
@dependabot dependabot Bot deleted the dependabot/maven/master/asciidoctorj.version-2.5.5 branch July 28, 2022 03:12
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.

1 participant