diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 942d65db..2fe031e0 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1,6 +1,10 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].
== Unreleased (dev)
+// {{{
+=== Changed
+* Bumped tools.deps.alpha to 0.11.935.
+// }}}
== 0.15.3 (2021-06-17)
// {{{
diff --git a/deps.edn b/deps.edn
index bc485511..c1690338 100644
--- a/deps.edn
+++ b/deps.edn
@@ -4,7 +4,7 @@
org.clojure/data.xml {:mvn/version "0.2.0-alpha6"}
org.clojure/data.zip {:mvn/version "1.0.0"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
- org.clojure/tools.deps.alpha {:mvn/version "0.11.931"}
+ org.clojure/tools.deps.alpha {:mvn/version "0.11.935"}
cheshire/cheshire {:mvn/version "5.10.0"}
clj-commons/clj-yaml {:mvn/version "0.7.106"}
version-clj/version-clj {:mvn/version "2.0.1"}
diff --git a/pom.xml b/pom.xml
index 401ef232..bb0c52c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
org.clojure
tools.deps.alpha
- 0.11.931
+ 0.11.935
org.clojure