From 8e2145252b125b6fd36f5836a1664b7e1e42b3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:29:45 +0200 Subject: [PATCH] Bump org.asciidoctor:asciidoctorj-pdf from 2.3.17 to 2.3.18 (#1667) 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](https://github.com/asciidoctor/asciidoctorj-pdf/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.adoc | 1 + build.gradle.kts | 2 +- .../asciidoc/intellij/download/AsciiDocDownloaderUtil.java | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2c56f99eb..db739a9d9 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 91ec37526..a1ee41a19 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/src/main/java/org/asciidoc/intellij/download/AsciiDocDownloaderUtil.java b/src/main/java/org/asciidoc/intellij/download/AsciiDocDownloaderUtil.java index 8a2983dd2..b1cb1ff1c 100644 --- a/src/main/java/org/asciidoc/intellij/download/AsciiDocDownloaderUtil.java +++ b/src/main/java/org/asciidoc/intellij/download/AsciiDocDownloaderUtil.java @@ -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