Skip to content

Commit

Permalink
Bump org.asciidoctor:asciidoctorj-pdf from 2.3.18 to 2.3.19
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.18 to 2.3.19.
- [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.18...v2.3.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Oct 25, 2024
1 parent 04e45bd commit ba63e0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.
- Autocomplete now suggests xref without a version number for the latest component version (#1708)
- Autocomplete will never suggest the version `true` as it has a special meaning (#1708)
- Prevent preview frozen on initializing state on Intellij 2024.3 EAP (#1721)
- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.18 to 2.3.19 (#1714)

=== 0.43.1

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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.18")
testImplementation("org.asciidoctor:asciidoctorj-pdf:2.3.19")

testImplementation(gradleTestKit())
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.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.18";
private static final String ASCIIDOCTORJ_PDF_HASH = "01b8a3e1c58f9e082b5e8af914941d3d10bc39d7fe54a0f9615bf85ae2892469";
public static final String ASCIIDOCTORJ_PDF_VERSION = "2.3.19";
private static final String ASCIIDOCTORJ_PDF_HASH = "756439224c3882bf27cdc5a7759e6c5e25b299759adb46e1549ca0a4b2aef08e";

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

0 comments on commit ba63e0a

Please sign in to comment.