Skip to content

Commit

Permalink
fix(deps): update dependency org.clojure:clojure to v1.12.0 (#218)
Browse files Browse the repository at this point in the history
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| clojure    | org.clojure:clojure | 1.11.4 | 1.12.0 |
| maven      | org.clojure:clojure | 1.11.4 | 1.12.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent c9a5214 commit 9ef6d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.11.4</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[com.wallbrew/common-beer-data "1.2.0"]
[com.wallbrew/common-beer-format "2.1.0"]
[nnichols "1.1.0"]
[org.clojure/clojure "1.11.4"]
[org.clojure/clojure "1.12.0"]
[org.clojure/clojurescript "1.11.132" :scope "provided"]]

:plugins [[com.github.clj-kondo/lein-clj-kondo "2024.08.29"]
Expand Down

0 comments on commit 9ef6d2c

Please sign in to comment.