From f0386ef7b0b922c4942efb523e22e0f329f5e9b1 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 30 Jan 2023 15:29:53 +0100 Subject: [PATCH] :arrow_up: Update yetti to v9.12 Fixes encoding bug on multipart uploads --- backend/deps.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/deps.edn b/backend/deps.edn index 51898e67c..688f4ecec 100644 --- a/backend/deps.edn +++ b/backend/deps.edn @@ -22,8 +22,8 @@ java-http-clj/java-http-clj {:mvn/version "0.4.3"} funcool/yetti - {:git/tag "v9.11" - :git/sha "6f9197a" + {:git/tag "v9.12" + :git/sha "51646d8" :git/url "https://github.com/funcool/yetti.git" :exclusions [org.slf4j/slf4j-api]}