From ecacd3986b06579ccd25844f515c1e31a1525490 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:38:15 -0500 Subject: [PATCH] Update dependency com.wallbrew:common-beer-format to v2.2.2 (#143) | datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | clojure | com.wallbrew:common-beer-format | 2.2.1 | 2.2.2 | | maven | com.wallbrew:common-beer-format | 2.2.1 | 2.2.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f5bbfb6..24859dc 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 df75926..3de400d 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"]]}}