From 9c6088f61079cfcabae58231c6b3a6c2aec29a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=E1=B4=80=CA=99=C9=AA=E1=B4=87=C9=B4=20W=E1=B4=87=CA=80?= =?UTF-8?q?=C9=B4=CA=9F=C9=AA?= Date: Wed, 8 Nov 2023 13:57:45 +0100 Subject: [PATCH] Prepare for 0.6.7 --- project.clj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/project.clj b/project.clj index c7c2ccb..efcb4f3 100644 --- a/project.clj +++ b/project.clj @@ -1,17 +1,17 @@ -(defproject samplerr "0.6.6" +(defproject samplerr "0.6.7" :description "riemann plugin to aggregate data in a round-robin fashion to elasticsearch" :url "http://github.com/samplerr/samplerr" :license {:name "EPL-1.0" :url "https://spdx.org/licenses/EPL-1.0.html"} - :dependencies [[cc.qbits/spandex "0.7.10"]] + :dependencies [[cc.qbits/spandex "0.8.2"]] :profiles {:provided {:dependencies [[cheshire "5.9.0"] - [org.clojure/clojure "1.8.0"] - [riemann "0.3.8"] - [clj-time "0.13.0"] - [org.clojure/tools.logging "0.3.1"]]}} - :plugins [[lein-rpm "0.0.5" + [org.clojure/clojure "1.9.0"] + [riemann "0.3.10"] + [clj-time "0.14.2"] + [org.clojure/tools.logging "1.2.1"]]}} + :plugins [[lein-rpm "0.0.6" :exclusions [org.apache.maven/maven-plugin-api org.codehaus.plexus/plexus-container-default org.codehaus.plexus/plexus-utils