From f7be3c6eaad8e08c4ce3d76bb0fa328805cc0174 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Sat, 1 Jun 2024 00:02:27 +0000 Subject: [PATCH 1/6] chore: Update the key ASCIIDOCTOR_PDF_VERSION in the README.adoc file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 9c902db..17a08a1 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ :ALPINE_VERSION: 3.19.1 :ASCIIDOCTOR_VERSION: 2.0.22 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 -:ASCIIDOCTOR_PDF_VERSION: 2.3.15 +:ASCIIDOCTOR_PDF_VERSION: 2.3.16 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0 :ASCIIDOCTOR_EPUB3_VERSION: 2.1.3 :ASCIIDOCTOR_FB2_VERSION: 0.7.0 From abcbe6928ebdfd63b9a6db6a6d53467e61b48980 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Sat, 1 Jun 2024 00:02:28 +0000 Subject: [PATCH 2/6] chore: Update the key ASCIIDOCTOR_PDF_VERSION in the test harness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- tests/asciidoctor.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/asciidoctor.bats b/tests/asciidoctor.bats index a1c8d78..62bc9a4 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp" ALPINE_VERSION=3.19.1 ASCIIDOCTOR_VERSION=2.0.22 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 -ASCIIDOCTOR_PDF_VERSION=2.3.15 +ASCIIDOCTOR_PDF_VERSION=2.3.16 ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0 ASCIIDOCTOR_EPUB3_VERSION=2.1.3 ASCIIDOCTOR_FB2_VERSION=0.7.0 From 367d637825f211a46118d6e4ef79b94cf5c955f8 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Sat, 1 Jun 2024 00:02:29 +0000 Subject: [PATCH 3/6] chore: Update the value of ARG asciidoctor_pdf_version in the Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc138b3..3018969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ LABEL maintainers="Guillaume Scheibel , Damien DUP LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor" ARG asciidoctor_version=2.0.22 -ARG asciidoctor_pdf_version=2.3.15 +ARG asciidoctor_pdf_version=2.3.16 ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \ ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version} From 13f602525314c0d482afb1ddd0130ecf5c124699 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Sun, 2 Jun 2024 00:02:26 +0000 Subject: [PATCH 4/6] chore: Update the key ASCIIDOCTOR_PDF_VERSION in the test harness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- tests/asciidoctor.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/asciidoctor.bats b/tests/asciidoctor.bats index 62bc9a4..6cdbc83 100644 --- a/tests/asciidoctor.bats +++ b/tests/asciidoctor.bats @@ -4,7 +4,7 @@ TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp" ALPINE_VERSION=3.19.1 ASCIIDOCTOR_VERSION=2.0.22 ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2 -ASCIIDOCTOR_PDF_VERSION=2.3.16 +ASCIIDOCTOR_PDF_VERSION=2.3.17 ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0 ASCIIDOCTOR_EPUB3_VERSION=2.1.3 ASCIIDOCTOR_FB2_VERSION=0.7.0 From 5e59f0cbfe34ab48cac08acb8aabccf9a5fd8ffb Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Sun, 2 Jun 2024 00:02:27 +0000 Subject: [PATCH 5/6] chore: Update the value of ARG asciidoctor_pdf_version in the Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3018969..46d8bd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ LABEL maintainers="Guillaume Scheibel , Damien DUP LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor" ARG asciidoctor_version=2.0.22 -ARG asciidoctor_pdf_version=2.3.16 +ARG asciidoctor_pdf_version=2.3.17 ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \ ASCIIDOCTOR_PDF_VERSION=${asciidoctor_pdf_version} From 8792ebfb33a9b4ccd28a4ef58325c20ef42d5703 Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Sun, 2 Jun 2024 00:02:28 +0000 Subject: [PATCH 6/6] chore: Update the key ASCIIDOCTOR_PDF_VERSION in the README.adoc file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 17a08a1..7329042 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ :ALPINE_VERSION: 3.19.1 :ASCIIDOCTOR_VERSION: 2.0.22 :ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2 -:ASCIIDOCTOR_PDF_VERSION: 2.3.16 +:ASCIIDOCTOR_PDF_VERSION: 2.3.17 :ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0 :ASCIIDOCTOR_EPUB3_VERSION: 2.1.3 :ASCIIDOCTOR_FB2_VERSION: 0.7.0