From af6ffe67c80b3bdb1e7889ab3746e629d6e8c98b Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 7 Feb 2022 18:30:25 +0100 Subject: [PATCH] chore: upgrade PDFtk to v3.3.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68581d5d..9b7aca27 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ GOTENBERG_VERSION=snapshot GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 NOTO_COLOR_EMOJI_VERSION=v2.034 # See https://github.com/googlefonts/noto-emoji/releases. -PDFTK_VERSION=1527259628 # See https://gitlab.com/pdftk-java/pdftk/-/releases - Binary package. +PDFTK_VERSION=5024297 # See https://gitlab.com/pdftk-java/pdftk/-/releases - Binary package. GOLANGCI_LINT_VERSION=v1.43.0 # See https://github.com/golangci/golangci-lint/releases. .PHONY: build