From dbe516f725dd72a6ab38531d1476f0e7d41a5859 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 14 Oct 2022 13:52:16 +0200 Subject: [PATCH] :arrow_up: Update deps (bugfixes on deps) --- backend/deps.edn | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/backend/deps.edn b/backend/deps.edn index b18dfd124a..92fa269d57 100644 --- a/backend/deps.edn +++ b/backend/deps.edn @@ -16,19 +16,18 @@ :exclusions [org.eclipse.jetty/jetty-server org.eclipse.jetty/jetty-servlet]} - io.prometheus/simpleclient_httpserver {:mvn/version "0.16.0"} - io.lettuce/lettuce-core {:mvn/version "6.2.0.RELEASE"} + io.lettuce/lettuce-core {:mvn/version "6.2.1.RELEASE"} java-http-clj/java-http-clj {:mvn/version "0.4.3"} funcool/yetti - {:git/tag "v9.9" - :git/sha "f0a455d" + {:git/tag "v9.10" + :git/sha "9744349" :git/url "https://github.com/funcool/yetti.git" :exclusions [org.slf4j/slf4j-api]} - com.github.seancorfield/next.jdbc {:mvn/version "1.3.828"} + com.github.seancorfield/next.jdbc {:mvn/version "1.3.834"} metosin/reitit-core {:mvn/version "0.5.18"} org.postgresql/postgresql {:mvn/version "42.5.0"} com.zaxxer/HikariCP {:mvn/version "5.0.1"}