diff --git a/deps.edn b/deps.edn
index 5478198..eff234d 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,5 +1,5 @@
 {:project {:name org.domaindrivenarchitecture/dda-build
-           :version "0.2.1-SNAPSHOT"}
+           :version "0.3.0"}
 
  :paths
  ["src" "resources"]
@@ -8,7 +8,7 @@
  {org.clojure/spec.alpha {:mvn/version "0.5.238"}
   orchestra/orchestra {:mvn/version "2021.01.01-1"}
   aero/aero {:mvn/version "1.1.6"}
-  org.domaindrivenarchitecture/c4k-common-clj {:mvn/version "8.1.1"}
+  org.domaindrivenarchitecture/c4k-common-clj {:mvn/version "9.0.1"}
   cheshire/cheshire {:mvn/version "5.13.0"}}
 
  :aliases