Skip to content

Commit

Permalink
fix(deps): update dependency org.clojure:clojure to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 9, 2024
1 parent ca9ca24 commit 7ec2383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nvd/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[org.owasp/dependency-check-core "10.0.3"]
;; Dependency-check-core brings in older version which doesn't work
[org.slf4j/slf4j-api "2.0.16"]
[org.clojure/clojure "1.11.4"]]
[org.clojure/clojure "1.12.0"]]
:jvm-opts ["-Dclojure.main.report=stderr"])
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:url "https://github.com/solita/puumerkki"
:description "Puumerkki allekirjoituskirjasto ja esimerkkipalvelin"
:min-lein-version "2.9.1"
:dependencies [[org.clojure/clojure "1.11.4"]
:dependencies [[org.clojure/clojure "1.12.0"]
[pandect "1.0.2"] ;; SHA
;[org.apache.pdfbox/pdfbox "1.8.17"] ;; no longer supported due to api changes required for 2.x
[org.apache.pdfbox/pdfbox "2.0.32"]
Expand Down

0 comments on commit 7ec2383

Please sign in to comment.