Skip to content

Commit

Permalink
Bump org.asciidoctor:asciidoctorj-pdf from 2.3.17 to 2.3.18 (#1667)
Browse files Browse the repository at this point in the history
Bumps [org.asciidoctor:asciidoctorj-pdf](https://github.com/asciidoctor/asciidoctorj-pdf) from 2.3.17 to 2.3.18.
- [Release notes](https://github.com/asciidoctor/asciidoctorj-pdf/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctorj-pdf/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctorj-pdf@v2.3.17...v2.3.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Aug 9, 2024
1 parent f5aa8de commit 8e21452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This document provides a high-level view of the changes introduced by release.
- Bump org.asciidoctor:asciidoctorj-diagram-plantuml from 1.2024.3 to 1.2024.5 (#1638)
- Don't show an error in the editor if an include doesn't find the Antora component (#1660)
- When creating a missing file in an Antora component, put it in the correct family folder
- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.17 to 2.3.18 (#1667)

=== 0.42.2

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
testImplementation("org.asciidoctor:asciidoctorj-diagram:2.3.1")
testImplementation("org.asciidoctor:asciidoctorj-diagram-plantuml:1.2024.5")
testImplementation("org.asciidoctor:asciidoctorj-diagram-batik:1.17")
testImplementation("org.asciidoctor:asciidoctorj-pdf:2.3.17")
testImplementation("org.asciidoctor:asciidoctorj-pdf:2.3.18")

testImplementation(gradleTestKit())
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.3")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public class AsciiDocDownloaderUtil {

// when updating the version, also update the sha256 hash!
// https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj-pdf
public static final String ASCIIDOCTORJ_PDF_VERSION = "2.3.17";
private static final String ASCIIDOCTORJ_PDF_HASH = "c9e82ffae961292467953aa1f4d8a1aeed3383537425068990df054d46310665";
public static final String ASCIIDOCTORJ_PDF_VERSION = "2.3.18";
private static final String ASCIIDOCTORJ_PDF_HASH = "01b8a3e1c58f9e082b5e8af914941d3d10bc39d7fe54a0f9615bf85ae2892469";

// when updating the version, also update the sha256 hash!
// https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj-diagram
Expand Down

0 comments on commit 8e21452

Please sign in to comment.