diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 0aefe69..6e67a5f 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -36,16 +36,16 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: 'zulu' - java-version: '8' + java-version: '11' java-package: jdk architecture: x64 - uses: DeLaGuardo/setup-clojure@master with: - lein: '2.10.0' + lein: '2.11.2' - name: Show versions run: | @@ -53,7 +53,7 @@ jobs: lein version - name: Cache dependencies - uses: toyokumo/cache@main + uses: actions/cache@v4 with: path: | ~/.m2 diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 3da0945..72c8d6e 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. This change == Unreleased (dev) +== 0.2.7 + +=== Changed +* Bumped angus-mail to 2.0.3. +* Bumped commons-codec to 1.16.1. +* Bumped jakarta.mail-api to 2.1.3. +* Bumped nano-id to 1.1.0. +* Bumped tika-core to 2.9.1. +* Bumped data.json to 2.5.0. + == 0.2.6 === Changed diff --git a/project.clj b/project.clj index 75a20fd..c6d20f5 100644 --- a/project.clj +++ b/project.clj @@ -6,11 +6,11 @@ :url "http://www.apache.org/licenses/LICENSE-2.0"} :dependencies [[camel-snake-kebab "0.4.3"] - [org.eclipse.angus/angus-mail "2.0.2"] - [commons-codec "1.16.0"] - [jakarta.mail/jakarta.mail-api "2.1.2"] - [nano-id "1.0.0"] - [org.apache.tika/tika-core "2.9.0"]] + [org.eclipse.angus/angus-mail "2.0.3"] + [commons-codec "1.16.1"] + [jakarta.mail/jakarta.mail-api "2.1.3"] + [nano-id "1.1.0"] + [org.apache.tika/tika-core "2.9.1"]] :profiles {:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]} @@ -26,7 +26,7 @@ :resource-paths ["dev/resources"] :global-vars {*warn-on-reflection* true}} - :it {:dependencies [[org.clojure/data.json "2.4.0"] + :it {:dependencies [[org.clojure/data.json "2.5.0"] [http-kit "2.7.0"]] :test-paths ["integration/test"]} diff --git a/resources/VERSION b/resources/VERSION index 53a75d6..b003284 100644 --- a/resources/VERSION +++ b/resources/VERSION @@ -1 +1 @@ -0.2.6 +0.2.7