Skip to content

Commit

Permalink
Updated Clojure to 1.12.0
Browse files Browse the repository at this point in the history
Updated Clojure and the test running dependency
  • Loading branch information
dotemacs committed Sep 9, 2024
1 parent 55925b2 commit 78f0696
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install clojure tools-deps
uses: DeLaGuardo/[email protected]
with:
tools-deps: 1.11.4.1474
tools-deps: 1.12.0.1479

- name: Cache Maven packages
uses: actions/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## WIP

### Changed
- Updated Clojure to 1.12.0 & GitHub actions to the latest stable
version [#83](https://github.com/dotemacs/pdfboxing/pull/83)
- Updated PDFBox to 3.0.3, Clojure to 1.11.4 & GitHub actions to the
latest stable version [#82](https://github.com/dotemacs/pdfboxing/pull/82)
- Updated Clojure to 1.11.3 [#81](https://github.com/dotemacs/pdfboxing/pull/81)
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.4"},
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.apache.pdfbox/pdfbox {:mvn/version "3.0.3"}
org.apache.pdfbox/pdfbox-io {:mvn/version "3.0.3"}
org.apache.pdfbox/pdfbox-tools {:mvn/version "3.0.3"}}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/dotemacs/pdfboxing"
:license {:name "BSD"
:url "https://opensource.org/license/bsd-3-clause/"}
:dependencies [[org.clojure/clojure "1.11.4"]
:dependencies [[org.clojure/clojure "1.12.0"]
[org.apache.pdfbox/pdfbox "3.0.3"]
[org.apache.pdfbox/pdfbox-io "3.0.3"]
[org.apache.pdfbox/pdfbox-tools "3.0.3"]])

0 comments on commit 78f0696

Please sign in to comment.