dependabot[bot] opened a new pull request, #1824: URL: https://github.com/apache/streampipes/pull/1824
Bumps [org.simplejavamail:simple-java-mail](https://github.com/bbottema/simple-java-mail) from 7.8.0 to 8.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bbottema/simple-java-mail/releases">org.simplejavamail:simple-java-mail's releases</a>.</em></p> <blockquote> <h2>v8.1.3 Security update and AutoCloseable Mailer for Spring</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/pull/467">#467</a> Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency <a href="https://redirect.github.com/bbottema/simple-java-mail/pull/466">#466</a> Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring</p> <h2>v8.1.2</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/pull/465">#465</a> Regression bug <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/461">#461</a>: Simple Java Mail always requires DKIM/SMIME modules</p> <h2>v8.1.1</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/pull/461">#461</a> Bugfix: Fixed MessageID not preserved when signing/encrypting with S/MIME and/or DKIM</p> <h2>v8.1.0 OSGi & Apache Karaf support</h2> <ul> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/pull/458">#458</a> Missing osgi headers (<a href="https://redirect.github.com/bbottema/simple-java-mail/issues/288">#288</a>) and added support for Apache Karaf</li> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/288">#288</a> Maintenance: missing OSGI package-exports from core-module</li> </ul> <h2>v8.0.1</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/456">#456</a>: Enhancement: make Content-Transfer encoder detection more lenient, supporting more values from the wild</p> <h2>v8.0.0 Defaults and Overrides overhaul</h2> <p><a href="https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C8.0.0%7Cjar">v8.0.0</a> (08-March-2023)</p> <ul> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/451">#451</a>: Feature: Make defaults and overrides a first class feature</li> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/452">#452</a>: Enhancement: with ".disableAllClientValidation(true)", also ignore errors from the completeness check</li> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/450">#450</a>: Bug: when using dispositionNotificationTo or returnReceiptTo mode, when the corresponding emails are not filled, it fails even though it should fall back to replyTo or From</li> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/449">#449</a>: Bug: IllegalArgumentException on parsing empty header name and value (when parsing Outlook message)</li> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/448">#448</a>: Bug: withEmailDefaults and withEmailOverrides does not work with CustomMailer</li> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/447">#447</a>: Enhancement: allow defaults/overrides to ignore individual fields (turn off for specific properties)</li> <li><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/446">#446</a>: Enhancement: add missing defaults properties for DKIM</li> </ul> <h2>v7.9.1</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/444">#444</a> Bugfix: encoded delimited recipients in EML not parsed properly</p> <h2>v7.9.0 DKIM header signing exclusions</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/344">#344</a> Enhancement: make DKIM signing more flexible by allowing header exclusions in DKIM signature</p> <p><img src="https://user-images.githubusercontent.com/2115718/220476550-6f73534a-1373-4341-ba6c-88a87e359e99.png" alt="image" /></p> <h2>v7.8.3</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/293">#293</a> Bugfix: Decoding missing in a few placed when parsing MimeMessage or sending an Email</p> <h2>v7.8.2 Fail when smime-module is needed but missing</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/442">#442</a> Enhancement: Simple Java Mail should throw an exception when trying to utilize S/MIME with smime-module on the classpath</p> <h2>v7.8.1 fail-fast and avoid NPE</h2> <p><a href="https://redirect.github.com/bbottema/simple-java-mail/issues/438">#438</a> Bug: properly Fail-Fast in case of Transport claim timeout in the batch-module, rather than running into NPE further down the line</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bbottema/simple-java-mail/blob/master/RELEASE.txt">org.simplejavamail:simple-java-mail's changelog</a>.</em></p> <blockquote> <p><a href="https://www.simplejavamail.org">https://www.simplejavamail.org</a></p> <!-- raw HTML omitted --> <p>v8.1.0 - v8.1.3</p> <ul> <li>v8.1.3 (14-July-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/467">#467</a>: Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency</li> <li>v8.1.3 (14-July-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/466">#466</a>: Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring</li> <li>v8.1.2 (23-June-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/465">#465</a>: Regression bug <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/461">#461</a>: Simple Java Mail always requires DKIM/SMIME modules</li> <li>v8.1.1 (07-June-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/461">#461</a>: Bugfix: Fixed MessageID not preserved when signing/encrypting with S/MIME and/or DKIM</li> <li>v8.1.0 (15-April-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/458">#458</a>: Missing osgi headers (<a href="https://redirect.github.com/bbottema/simple-java-mail/issues/288">#288</a>) and added support for Apache Karaf</li> <li>v8.1.0 (15-April-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/288">#288</a>: Maintenance: missing OSGI package-exports from core-module</li> </ul> <p>v8.0.0 - v8.0.1</p> <ul> <li>v8.0.1 (30-April-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/456">#456</a>: Enhancement: make Content-Transfer encoder detection more lenient, supporting more values from the wild</li> <li>v8.0.0 (08-March-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/451">#451</a>: Feature: Make defaults and overrides a first class feature</li> <li>v8.0.0 (08-March-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/452">#452</a>: Enhancement: with ".disableAllClientValidation(true)", also ignore errors from the completeness check</li> <li>v8.0.0 (08-March-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/450">#450</a>: Bug: when using dispositionNotificationTo or returnReceiptTo mode, when the corresponding emails are not filled, it fails even though it should fall back to replyTo or From</li> <li>v8.0.0 (08-March-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/449">#449</a>: Bug: IllegalArgumentException on parsing empty header name and value (when parsing Outlook message)</li> <li>v8.0.0 (08-March-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/448">#448</a>: Bug: withEmailDefaults and withEmailOverrides does not work with CustomMailer</li> <li>v8.0.0 (08-March-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/447">#447</a>: Enhancement: allow defaults/overrides to ignore individual fields (turn off for specific properties)</li> <li>v8.0.0 (08-March-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/446">#446</a>: Enhancement: add missing defaults properties for DKIM</li> </ul> <p>This release changes how Email instances are built, or more specifically, when defaults and overrides are applied. There are now overloaded build methods that provide similar behaviour as previous versions.</p> <p>v7.9.0 - v7.9.1</p> <ul> <li>v7.9.1 (22-February-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/444">#444</a>: Bugfix: encoded delimited recipients in EML not parsed properly</li> <li>v7.9.0 (21-February-2023): <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/344">#344</a>: Enhancement: make DKIM signing more flexible by allowing header exclusions in DKIM signature</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bbottema/simple-java-mail/commit/00d241bdd3c239068e47da015d486f2d2c186f1f"><code>00d241b</code></a> released 8.1.3 [skip ci]</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/2cbdc7bf20ba43e998678d9ce08e09088b7cdb99"><code>2cbdc7b</code></a> Preparing release 8.1.3</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/9cd148f24b3421946b6787bddf927c2c1b9b9343"><code>9cd148f</code></a> <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/466">#466</a>: implemented AutoCloseable so that the connection pools shut down when S...</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/bcae134d916d033aa6325d8e72eacb4778a3ba64"><code>bcae134</code></a> Fixed typo in javadoc</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/4c0800078744fad56f6f5d92997e7b68d75cb4ee"><code>4c08000</code></a> minor javadoc fix (made url clickable)</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/cd2ac4b6d0e15c5f018c72e24ca5d80dddd766ce"><code>cd2ac4b</code></a> <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/467">#467</a>: updated smime dependency to deal with <a href="https://security.snyk.io/vuln/SNY">https://security.snyk.io/vuln/SNY</a>...</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/4d79ce11f35b2743e2b729a9b43ea1ba1f17c72a"><code>4d79ce1</code></a> released 8.1.2 [skip ci]</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/506d60650ecb1378859737bf16ac816295f188f2"><code>506d606</code></a> Preparing release 8.1.2</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/3a86aed5555178fdd80c240d783b743c2652c0b9"><code>3a86aed</code></a> <a href="https://redirect.github.com/bbottema/simple-java-mail/issues/465">#465</a>: don't explicitly depend on DKIM/SMIME modules</li> <li><a href="https://github.com/bbottema/simple-java-mail/commit/fe90d3a0e18cc60adcd3783cc1739fbe8e3b6c3a"><code>fe90d3a</code></a> released 8.1.1 [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/bbottema/simple-java-mail/compare/7.8.0...8.1.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
