diff --git a/deps.edn b/deps.edn index b99945b..b8dae27 100644 --- a/deps.edn +++ b/deps.edn @@ -19,14 +19,14 @@ {:paths ["src" "resources"] :deps {org.clojure/tools.logging {:mvn/version "1.2.4"} - commons-validator/commons-validator {:mvn/version "1.7"} + commons-validator/commons-validator {:mvn/version "1.8.0"} org.clojure/data.xml {:mvn/version "0.2.0-alpha8"} clj-xml-validation/clj-xml-validation {:mvn/version "1.0.2"} tolitius/xml-in {:mvn/version "0.1.1"} hato/hato {:mvn/version "0.9.0"} dev.weavejester/medley {:mvn/version "1.7.0"} miikka/clj-base62 {:mvn/version "0.1.1"} - com.github.pmonks/clj-spdx {:mvn/version "1.0.121"} + com.github.pmonks/clj-spdx {:mvn/version "1.0.126"} com.github.pmonks/rencg {:mvn/version "1.0.34"}} :aliases {:build {:deps {com.github.pmonks/pbr {:mvn/version "RELEASE"}}