Skip to content

Commit

Permalink
fix(deps): update dependency org.clojure:clojure to v1.11.3 (#97)
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] authored Apr 28, 2024
1 parent 0a491d5 commit 03348d6
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 @@ -68,7 +68,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 @@ -7,7 +7,7 @@
:comments "Same-as all Wall-Brew projects."}
:scm {:name "git"
:url "https://github.com/Wall-Brew-Co/keg"}
:dependencies [[org.clojure/clojure "1.11.2"]
:dependencies [[org.clojure/clojure "1.11.3"]
[org.clojure/tools.logging "1.3.0"]
[metrics-clojure "2.10.0"]
[robert/hooke "1.3.0"]]
Expand Down

0 comments on commit 03348d6

Please sign in to comment.