diff --git a/pom.xml b/pom.xml
index 8e8e08a..4450e5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,13 +7,13 @@
An analyzer for Clojure code, written in Clojure and producing AST in EDN
- 1.5.1
+ 1.9.0
org.clojure
pom.contrib
- 1.1.0
+ 1.2.0
@@ -26,7 +26,7 @@
scm:git:git://github.com/clojure/tools.analyzer.git
scm:git:git://github.com/clojure/tools.analyzer.git
- http://github.com/clojure/tools.analyzer
+ https://github.com/clojure/tools.analyzer
HEAD
diff --git a/project.clj b/project.clj
index d974047..1b1c876 100644
--- a/project.clj
+++ b/project.clj
@@ -5,7 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:source-paths ["src/main/clojure"]
:test-paths ["src/test/clojure"]
- :dependencies [[org.clojure/clojure "1.10.1"]
+ :dependencies [[org.clojure/clojure "1.10.3"]
[com.datomic/datomic-free "0.9.5327" :scope "provided" :exclusions [joda-time]]]
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]])