Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.pdfbox:pdfbox to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 12, 2024
1 parent f798a8c commit 979f4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
:min-lein-version "2.9.1"
:dependencies [[org.clojure/clojure "1.11.3"]
[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.31"]
;[org.apache.pdfbox/pdfbox "3.0.3"] ;; no longer supported due to api changes required for 2.x
[org.apache.pdfbox/pdfbox "3.0.3"]
[org.bouncycastle/bcprov-jdk18on "1.78.1"]
[org.bouncycastle/bcmail-jdk18on "1.78.1"]
[commons-io "2.16.1"]
Expand Down

0 comments on commit 979f4db

Please sign in to comment.