Skip to content

Commit

Permalink
Merge pull request #26 from toyokumo/feature/eclipse-angus
Browse files Browse the repository at this point in the history
Feature/eclipse angus
  • Loading branch information
liquidz authored Oct 3, 2023
2 parents 43f8c3c + 6d4d21e commit 1bc4dc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

## [Unreleased]
### Changed
- Updated to use `org.eclipse.angus/angus-mail` instead of `com.sun.mail/jakarta.mail`.
- Jakarta Mail implementation had been moved to Eclipse Angus.

## 0.3.174
### Changed
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
metosin/jsonista {:mvn/version "0.3.5"}
com.taoensso/carmine {:mvn/version "3.1.0"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
com.sun.mail/jakarta.mail {:mvn/version "2.0.1"}
org.eclipse.angus/angus-mail {:mvn/version "2.0.2"}
clj-http/clj-http {:mvn/version "3.12.3"}
diehard/diehard {:mvn/version "0.11.3"}}
:aliases
Expand Down

0 comments on commit 1bc4dc3

Please sign in to comment.