From 3618fc9c73cb58763d7a3cb9569608acb7450623 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 6 Sep 2024 03:37:39 +0000
Subject: [PATCH] fix(deps): update dependency com.wallbrew:common-beer-format
to v2.3.0
| datasource | package | from | to |
| ---------- | ------------------------------- | ----- | ----- |
| clojure | com.wallbrew:common-beer-format | 2.2.2 | 2.3.0 |
| maven | com.wallbrew:common-beer-format | 2.2.2 | 2.3.0 |
---
pom.xml | 2 +-
project.clj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b51acd4..74ea037 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
com.wallbrew
common-beer-format
- 2.2.2
+ 2.3.0
test
diff --git a/project.clj b/project.clj
index 050126c..e63416b 100644
--- a/project.clj
+++ b/project.clj
@@ -26,7 +26,7 @@
:profiles {:uberjar {:aot :all}
:dev {:dependencies [[com.wallbrew/common-beer-data "1.5.0"]
- [com.wallbrew/common-beer-format "2.2.2"]
+ [com.wallbrew/common-beer-format "2.3.0"]
[doo "0.1.11"]]
:plugins [[lein-doo "0.1.11"]]}}