Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update mix.exs dependencies #149

Merged
merged 2 commits into from Nov 4, 2020
Merged

Conversation

babariviere
Copy link
Contributor

Update mix dependencies. Fixes most warning caused by old dependencies. (mostly gen_smtp who had a deprecation warning)

Closes #111

{:ex_doc, ex_doc_version(), only: :docs},
{:gen_smtp, "~> 0.15.0"},
{:gen_smtp, "~> 1.0.1"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we bump bamboo_smtp as well if we do this ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah sure, should it be a minor version upgrade?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually not ! As long as we don't publish it's ok, but this is another PR I think

@@ -27,19 +27,19 @@ defmodule BambooSmtp.Mixfile do

defp deps do
[
{:bamboo, "~> 1.2"},
{:credo, "~> 1.4.0", only: [:dev, :test]},
{:bamboo, "~> 1.6"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one was updated in another PR so you may have a conflict here. 🙂

@babariviere babariviere merged commit 1852620 into develop Nov 4, 2020
@babariviere babariviere deleted the CU-9muftt-update-deps branch November 4, 2020 13:11
This was referenced Nov 23, 2020
MatheusBueno782 added a commit that referenced this pull request Nov 24, 2020
Bump to v3.1.0

This release contains:

Fix for using custom config with response: true by bumping bamboo version to ~> 1.6 (#150)
Implement our custom test adapter ([#151])
Fix CI random failure by attaching FakeGenSMTP Server process to Test supervision tree.(#153)
Add Content-ID header when needed(#154)
Base 64 encode the headers only when the content contains non-ASCII characters.(#155)
Handle :permanent_failure exception and re-raising it as a SMTPError.(#156)
After bumping the dependencies, the project requires(#149):
credo ~> 1.4.1
bamboo ~> 1.6
excoveralls ~> 0.13.3
gen_smtp ~> 1.0.1
MatheusBueno782 added a commit that referenced this pull request Nov 24, 2020
Bump to v3.1.0

This release contains:

Fix for using custom config with response: true by bumping bamboo version to ~> 1.6 (#150)
Implement our custom test adapter ([#151])
Fix CI random failure by attaching FakeGenSMTP Server process to Test supervision tree.(#153)
Add Content-ID header when needed(#154)
Base 64 encode the headers only when the content contains non-ASCII characters.(#155)
Handle :permanent_failure exception and re-raising it as a SMTPError.(#156)
After bumping the dependencies, the project requires(#149):
credo ~> 1.4.1
bamboo ~> 1.6
excoveralls ~> 0.13.3
gen_smtp ~> 1.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation warnings
3 participants