simple-java-mail
simple-java-mail copied to clipboard
Bump com.github.davidmoten:subethasmtp from 7.1.1 to 7.1.7
Bumps com.github.davidmoten:subethasmtp from 7.1.1 to 7.1.7.
Release notes
Sourced from com.github.davidmoten:subethasmtp's releases.
7.1.7
Bug fix
- Ensure invalid utf8 encoding exception manifests as SMTP 501 syntax error by
@valentinHenryin davidmoten/subethasmtp#151Enhancement
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by
@dependabotin davidmoten/subethasmtp#149Full Changelog: https://github.com/davidmoten/subethasmtp/compare/7.1.6...7.1.7
7.1.6
Bug fix
- Make Utf8InputStreamReader DECODER non-static by
@valentinHenryin davidmoten/subethasmtp#147Enhancement
- Utf8InputStreamReader cleanup by
@davidmotenin davidmoten/subethasmtp#148New Contributors
@valentinHenrymade their first contribution in davidmoten/subethasmtp#147Full Changelog: https://github.com/davidmoten/subethasmtp/compare/7.1.4...7.1.6
7.1.4
Enhancements
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by
@dependabotin davidmoten/subethasmtp#145- Move buffer from Data command to wrap socket.getInputStream by
@davidmotenin davidmoten/subethasmtp#146Full Changelog: https://github.com/davidmoten/subethasmtp/compare/7.1.3...7.1.4
7.1.3
Bug fix
- fix PlainAuthenticationHandlerFactory base64 decode behaviour by
@davidmotenin davidmoten/subethasmtp#143- fix README.md by
@gastendonkin davidmoten/subethasmtp#138Enhancements
Build
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by
@dependabotin davidmoten/subethasmtp#134- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by
@dependabotin davidmoten/subethasmtp#135- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by
@dependabotin davidmoten/subethasmtp#136- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by
@dependabotin davidmoten/subethasmtp#137- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by
@dependabotin davidmoten/subethasmtp#139- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by
@dependabotin davidmoten/subethasmtp#142New Contributors
@gastendonkmade their first contribution in davidmoten/subethasmtp#138Full Changelog: https://github.com/davidmoten/subethasmtp/compare/7.1.1...7.1.3
Commits
3716546[maven-release-plugin] prepare release 7.1.731728bfensure that invalid utf8 encoding manifests as SMTP 501 syntax exception (#151)3dc9f43Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13a660c91[maven-release-plugin] prepare for next development iteration4a8e6d6[maven-release-plugin] prepare release 7.1.69cfa62bUtf8InputStreamReader cleanup (#148)5d7eceechange Utf8InputStreamReader DECODER to non-static (#147)4546528[maven-release-plugin] prepare for next development iteration9825675[maven-release-plugin] prepare release 7.1.48202f06Move buffer from Data command to wrap socket.getInputStream (#146)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)