diff --git a/.github/dependencies.json b/.github/dependencies.json index ed27070c25b..960025c503e 100644 --- a/.github/dependencies.json +++ b/.github/dependencies.json @@ -6,7 +6,7 @@ "harfbuzz": "14.2.0", "jpegturbo": "3.1.4.1", "lcms2": "2.19.1", - "libavif": "1.4.1", + "libavif": "1.4.2", "libimagequant": "4.4.1", "libpng": "1.6.58", "libwebp": "1.6.0", diff --git a/depends/install_libavif.sh b/depends/install_libavif.sh index 2c5687391a9..b1a337d7b98 100755 --- a/depends/install_libavif.sh +++ b/depends/install_libavif.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eo pipefail -version=1.4.1 +version=1.4.2 if [[ "$GHA_LIBAVIF_CACHE_HIT" == "true" ]]; then