From 4cab31a23ed567c3cb284c2eda1b532868bcbdcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stellan=20Lagerstr=C3=B6m?= Date: Thu, 30 Nov 2017 14:01:53 +0100 Subject: [PATCH] Apply hotfix. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 0716dafc..90e8c098 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject flow-services "0.9.27" +(defproject flow-services "0.9.27.1" :description "HTTP layer to applets functionality" :url "https://github.com/akvo/akvo-flow-services" :license {:name "GNU Affero General Public License" @@ -31,7 +31,7 @@ [com.google.gdata/core "1.47.1"] [org.xerial/sqlite-jdbc "3.7.2"] ; Akvo FLOW dependencies - [exporterapplet "1.9.25"] + [exporterapplet "1.9.25.1"] [org.json/json "20090211"] [log4j/log4j "1.2.16"] [org.codehaus.jackson/jackson-mapper-asl "1.9.13"]