From b315464e98ed7e6d8f6182a3f4031115ae180a08 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Sat, 5 Oct 2024 11:46:00 +0200 Subject: [PATCH] chore(deps): update Noto Color Emoji to Unicode 16.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3918c1b..d391354d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DOCKER_REPOSITORY=gotenberg GOTENBERG_VERSION=snapshot GOTENBERG_USER_GID=1001 GOTENBERG_USER_UID=1001 -NOTO_COLOR_EMOJI_VERSION=v2.042 # See https://github.com/googlefonts/noto-emoji/releases. +NOTO_COLOR_EMOJI_VERSION=v2.047 # See https://github.com/googlefonts/noto-emoji/releases. PDFTK_VERSION=v3.3.3 # See https://gitlab.com/pdftk-java/pdftk/-/releases - Binary package. GOLANGCI_LINT_VERSION=v1.60.3 # See https://github.com/golangci/golangci-lint/releases.