intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
310 stars 120 forks source link

Bump asciidoctorj from 2.5.3 to 2.5.5 #119

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps asciidoctorj from 2.5.3 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

v2.5.4

This release brings a few dependency updates and bug fixes. It is also the first one to be built on GH Actions!

Improvement

  • Upgrade to asciidoctorj-diagram 2.2.3 (#1091)
  • Upgrade to jcommander 1.81 (#1079)
  • Upgrade to JRuby 9.3.4.0 (#1085)
  • Upgrade to Rouge 3.28.0 (#1085)

Bug Fixes

  • Make DescriptionList.getBlocks() return null instead of a List of DescriptionListItems resulting in a ClassCastException (#1082) (@​someth2say)

Build Improvement

  • Upgrade to gradle 7.4.2 (#1086)
  • Upgrade to Wildfly 26.0.1 for integration test (#1085)
  • Upgrade to Spring Boot 2.6.5 for integration test (#1085)
  • Fix gem version check task (#1087)
  • Release from Github Actions (#1090)

Documentation

  • Clarify execution order for extensions (@​rockyallen) (#1068)
  • Added docs for attributes and positional attributes in extensions (#1072)
  • Added docs for how to log from extensions (#1071)

Release Meta

Released on: 2022-06-30 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 :star: icon:star[role=red] ifndef::icons[] :star: ★ 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)

== 2.5.4 (2022-06-30)

Improvement::

  • Upgrade to asciidoctorj-diagram 2.2.3 (#1091)
  • Upgrade to jcommander 1.81 (#1079)
  • Upgrade to JRuby 9.3.4.0 (#1085)
  • Upgrade to Rouge 3.28.0 (#1085)

Bug Fixes::

  • Make DescriptionList.getBlocks() return null instead of a List of DescriptionListItems resulting in a ClassCastException (#1082) (@​someth2say)

Build Improvement::

  • Upgrade to gradle 7.4.2 (#1086)
  • Upgrade to Wildfly 26.0.1 for integration test (#1085)
  • Upgrade to Spring Boot 2.6.5 for integration test (#1085)
  • Fix gem version check task (#1087)
  • Release from Github Actions (#1090)

Documentation::

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
  • 1294b3b Release 2.5.4
  • 585e2f2 Merge pull request #1091 from robertpanzer/upgrade-asciidoctor-diagram
  • 6204884 Upgrade asciidoctorj-diagram to 2.2.3
  • 9571a78 Merge pull request #1090 from robertpanzer/gh-actions-release
  • 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 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[bot] commented 1 year ago

Superseded by #122.