diff --git a/pom.xml b/pom.xml index 2aa1209..3bd2572 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ gcp-ser-clj gcp-ser-clj jar - 0.8.1 + 0.8.2 gcp-ser-clj A Clojure library trying to make reporting errors to Google Cloud's Error Reporting system (Stackdriver) simpler. https://github.com/valerauko/gcp-ser-clj @@ -66,7 +66,7 @@ org.clojure tools.logging - 1.1.0 + 1.2.4 com.google.cloud diff --git a/project.clj b/project.clj index c714cd4..99752f9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject gcp-ser-clj "0.8.1" +(defproject gcp-ser-clj "0.8.2" :scm {:name "git" :url "https://github.com/valerauko/gcp-ser-clj" :tag "v0.8.1"} @@ -6,7 +6,7 @@ :url "https://github.com/valerauko/gcp-ser-clj" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} - :dependencies [[org.clojure/tools.logging "1.1.0"] + :dependencies [[org.clojure/tools.logging "1.2.4"] [com.google.cloud/google-cloud-errorreporting "0.124.12-beta"]] :repl-options {:init-ns gcp-ser-clj.core} :deploy-repositories {"github" {:url "https://maven.pkg.github.com/valerauko/gcp-ser-clj"