Skip to content

Commit

Permalink
Merge pull request #19 from toyokumo/develop
Browse files Browse the repository at this point in the history
Bump outdated libraries
  • Loading branch information
liquidz authored Apr 1, 2024
2 parents 4cbfbaa + 14e3a5d commit b0ba6df
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ 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: |
java -version
lein version
- name: Cache dependencies
uses: toyokumo/cache@main
uses: actions/cache@v4
with:
path: |
~/.m2
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]}
Expand All @@ -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"]}

Expand Down
2 changes: 1 addition & 1 deletion resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6
0.2.7

0 comments on commit b0ba6df

Please sign in to comment.