diff --git a/pom.xml b/pom.xml
index f5bbfb6f..24859dc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
com.wallbrew
common-beer-format
- 2.2.1
+ 2.2.2
test
diff --git a/project.clj b/project.clj
index df759260..3de400d6 100644
--- a/project.clj
+++ b/project.clj
@@ -26,7 +26,7 @@
:profiles {:uberjar {:aot :all}
:dev {:dependencies [[com.wallbrew/common-beer-data "1.3.1"]
- [com.wallbrew/common-beer-format "2.2.1"]
+ [com.wallbrew/common-beer-format "2.2.2"]
[doo "0.1.11"]]
:plugins [[lein-doo "0.1.11"]]}}