From fe13affd48f5be6beeeb7ad75b2cbf261704968d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:21:55 -0500 Subject: [PATCH] Update dependency com.wallbrew:common-beer-data to v1.5.0 (#151) | datasource | package | from | to | | ---------- | ----------------------------- | ----- | ----- | | clojure | com.wallbrew:common-beer-data | 1.3.1 | 1.5.0 | | maven | com.wallbrew:common-beer-data | 1.3.1 | 1.5.0 | 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 24859dc..d64842e 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ com.wallbrew common-beer-data - 1.3.1 + 1.5.0 test diff --git a/project.clj b/project.clj index b1d4aea..414f2cb 100644 --- a/project.clj +++ b/project.clj @@ -25,7 +25,7 @@ :deploy-branches ["master"] :profiles {:uberjar {:aot :all} - :dev {:dependencies [[com.wallbrew/common-beer-data "1.3.1"] + :dev {:dependencies [[com.wallbrew/common-beer-data "1.5.0"] [com.wallbrew/common-beer-format "2.2.2"] [doo "0.1.11"]] :plugins [[lein-doo "0.1.11"]]}}