From 760e7715ee041857c18a2199b53098f8e7589c9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:35:54 +0000 Subject: [PATCH] fix(deps): update dependency com.wallbrew:common-beer-data to v1.6.0 | datasource | package | from | to | | ---------- | ----------------------------- | ----- | ----- | | clojure | com.wallbrew:common-beer-data | 1.2.0 | 1.6.0 | | maven | com.wallbrew:common-beer-data | 1.2.0 | 1.6.0 | --- pom.xml | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3fb82c5..f5f6d51 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ com.wallbrew common-beer-data - 1.2.0 + 1.6.0 com.wallbrew diff --git a/project.clj b/project.clj index 0ac2887..99e73fe 100644 --- a/project.clj +++ b/project.clj @@ -12,7 +12,7 @@ [:url "https://wallbrew.com"]] :dependencies [[cljx-sampling "0.1.0"] [com.wallbrew/brewtility "2.1.0"] - [com.wallbrew/common-beer-data "1.2.0"] + [com.wallbrew/common-beer-data "1.6.0"] [com.wallbrew/common-beer-format "2.1.0"] [nnichols "1.1.0"] [org.clojure/clojure "1.12.0"]