Skip to content

Commit

Permalink
Update POI and deps, release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Jan 15, 2025
1 parent e98900e commit fd2828f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.5 (2025-01-15)

- Updated org.apache.poi/poi-ooxml to version 5.4.0

## 1.1.4 (2023-12-07)

- Updated org.apache.poi/poi-ooxml to version 5.2.5
Expand Down
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
(defproject metosin/loiste "1.1.4"
(defproject metosin/loiste "1.1.5"
:description "An Excel library for Clojure"
:url "https://github.com/metosin/loiste"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "same as Clojure"}
:dependencies [[org.apache.poi/poi-ooxml "5.2.5"]]
:dependencies [[org.apache.poi/poi-ooxml "5.4.0"]]

:profiles {:dev {:dependencies [[org.clojure/clojure "1.11.1"]
[joda-time "2.12.2"]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.12.0"]
[joda-time "2.13.0"]

;; POI needs log4j implementation
[org.apache.logging.log4j/log4j-to-slf4j "2.19.0"]
[ch.qos.logback/logback-classic "1.4.5" :exclusions [org.slf4j/slf4j-api]]
[org.slf4j/slf4j-api "1.7.36"]]
[org.apache.logging.log4j/log4j-to-slf4j "2.24.3"]
[ch.qos.logback/logback-classic "1.5.16" :exclusions [org.slf4j/slf4j-api]]
[org.slf4j/slf4j-api "2.0.16"]]
:resource-paths ["dev-resources"]}})

0 comments on commit fd2828f

Please sign in to comment.