Skip to content

Commit

Permalink
Update dependency org.clojure:clojure to v1.11.3 (#162)
Browse files Browse the repository at this point in the history
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| clojure    | org.clojure:clojure | 1.11.2 | 1.11.3 |
| maven      | org.clojure:clojure | 1.11.2 | 1.11.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 28, 2024
1 parent 5685f46 commit cc36fa4
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 @@ -73,7 +73,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.11.2</version>
<version>1.11.3</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 @@ -8,7 +8,7 @@
:scm {:name "git"
:url "https://github.com/Wall-Brew-Co/brewtility"}
:dependencies [[com.wallbrew/spoon "1.2.2"]
[org.clojure/clojure "1.11.2"]
[org.clojure/clojure "1.11.3"]
[org.clojure/clojurescript "1.11.132" :scope "provided"]]

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

0 comments on commit cc36fa4

Please sign in to comment.