You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/01 14:58:25 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #1003: chore(deps): bump simple-java-mail from 7.1.0 to 7.5.2

dependabot[bot] opened a new pull request, #1003:
URL: https://github.com/apache/streampipes/pull/1003

   Bumps [simple-java-mail](https://github.com/bbottema/simple-java-mail) from 7.1.0 to 7.5.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/bbottema/simple-java-mail/releases">simple-java-mail's releases</a>.</em></p>
   <blockquote>
   <h2>v7.5.2</h2>
   <p><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/429">#429</a> Bug: wrong username property used when password authentication is not needed</p>
   <h2>v7.5.1</h2>
   <p><a href="https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C7.5.1%7Cjar">v7.5.1</a> (12-December-2022)</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/416">#416</a> Bug: Support encoder names regardless of their case (&quot;base64&quot; is the same as &quot;BASE64&quot;)</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/424">#424</a> Maintenance: bump JMail dependency from 1.2.1 to 1.4.1</li>
   </ul>
   <h2>v7.5.0</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/411">#411</a> Enhancement: expose validation sub steps in the MailerHelper class for the completeness check, CRLF inject scans and address validations</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/410">#410</a> Bug: CRLF injection scan missing for dispositionNotificationTo and returnReceiptTo</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/390">#390</a> Enhancement: make client sided validation optional, turning off address validation and CRLF injection detection</li>
   </ul>
   <h2>v7.4.0</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/407">#407</a> Enhancement: Process all Outlook message headers, either copying the as-is or translating them to respective Simple Java Mail API calls</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/404">#404</a> Minor bugfix: the new attachment's contentDescription was missing in Email.toString()</li>
   </ul>
   <h2>v7.3.0</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/405">#405</a> Feature: Expand email builder API to support forced content Content-Transfer-Encoding for attachments, like quoted-printable, base64, 7BIT and others</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/404">#404</a> Feature: Expand email builder API to support Content-Description on attachments</li>
   </ul>
   <h2>v7.2.1</h2>
   <p><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/396">#396</a> Enhancement: make Outlook support tolerant of invalid/empty nested Outlook message attachments</p>
   <h2>v7.2.0</h2>
   <p><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/399">#399</a> Feature: Expand email builder API to support <a href="https://www.simplejavamail.org/features.html#section-content-transfer-encoding">selective content encoding</a>, like quoted-printable, base64, 7BIT and others</p>
   <h2>v7.1.3</h2>
   <p><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/403">#403</a> Security: Bump zip4j (only used during testing)</p>
   <h2>v7.1.2</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/401">#401</a> Enhancement: Add HEIC and WEBP support when dynamically resolving embedded images from classpath</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/402">#402</a> Security: Update Log4j to 2.17.1</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/393">#393</a> Security: Update Apache POI and POI Scratchpad</li>
   </ul>
   <h2>v7.1.1</h2>
   <p><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/387">#387</a> Bug: memory leak in SMPT connection pool when 3rd party deallocation failed with exception</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/bbottema/simple-java-mail/blob/master/RELEASE.txt">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>v7.5.0 - v7.5.2</p>
   <ul>
   <li>v7.5.2 (25-December-2022): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/429">#429</a>: Bug: wrong username property used when password authentication is not needed</li>
   <li>v7.5.1 (12-December-2022): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/416">#416</a>: Bug: Support encoder names regardless of their case (&quot;base64&quot; is the same as &quot;BASE64&quot;)</li>
   <li>v7.5.1 (12-December-2022): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/424">#424</a>: Maintenance: bump JMail dependency from 1.2.1 to 1.4.1</li>
   <li>v7.5.0 (28-July-2022): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/411">#411</a>: Enhancement: expose validation sub steps in the MailerHelper class for the completeness check, CRLF inject scans and address validations</li>
   <li>v7.5.0 (28-July-2022): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/410">#410</a>: Bug: CRLF injection scan missing for dispositionNotificationTo and returnReceiptTo</li>
   <li>v7.5.0 (28-July-2022): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/390">#390</a>: Enhancement: make client sided validation optional, turning off address validation and CRLF injection detection</li>
   </ul>
   <p>v7.4.0 (19-July-2022)</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/407">#407</a>: Enhancement: Process all Outlook message headers, either copying the as-is or translating them to respective Simple Java Mail API calls</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/404">#404</a>: Minor bugfix: the new attachment's contentDescription was missing in Email.toString()</li>
   </ul>
   <p>v7.3.0 (15-July-2022)</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/405">#405</a>: Feature: Expand email builder API to support forced content Content-Transfer-Encoding for attachments, like quoted-printable, base64, 7BIT and others</li>
   <li><a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/404">#404</a>: Feature: Expand email builder API to support Content-Description on attachments</li>
   </ul>
   <p>v7.2.0 - v7.2.1</p>
   <ul>
   <li>v7.2.1 (13-July-2022): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/396">#396</a>: Enhancement: make Outlook support tolerant of invalid/empty nested Outlook message attachments</li>
   <li>v7.2.0 (13-July-2022): <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/399">#399</a>: Feature: Expand email builder API to support selective content encoding, like quoted-printable, base64, 7BIT and others</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/9cd0807f891aff8aedfbd13a0544a231f58be84b"><code>9cd0807</code></a> released 7.5.2 [skip ci]</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/b99415ad9beef20c905548238466b30ec016815e"><code>b99415a</code></a> Preparing release 7.5.2</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/2f39d781d9272aee87af67a3cb085f76a5aab701"><code>2f39d78</code></a> <a href="https://github-redirect.dependabot.com/bbottema/simple-java-mail/issues/429">#429</a>: mail.&lt;protocol&gt;.username -&gt; mail.&lt;protocol&gt;.user, as per Sun/Jakarta do...</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/6d64a39b80d9791dfd452816732f110f9ab044ed"><code>6d64a39</code></a> Clarified field/method names to indicate it is not just about S/MIME signed e...</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/314084637a3ca7fabc4f92e4f040ecf1aa87cfcb"><code>3140846</code></a> Merge branch 'master' into develop</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/1d79025859ef6db7ac4436886230444c58c7ac7d"><code>1d79025</code></a> fixed badge version [skip ci]</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/b7f0386606fa8699194b3f45611f19fc21902a45"><code>b7f0386</code></a> Merge branch 'master' into develop</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/56f7a60917fd13c8da63b0708c015e8a5b652226"><code>56f7a60</code></a> released 7.5.1 [skip ci]</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/1e561b31707889a8f9ea622376cb9fe2b75c34e2"><code>1e561b3</code></a> Preparing release 7.5.1</li>
   <li><a href="https://github.com/bbottema/simple-java-mail/commit/5cbf9b760142a322e98dfc97ca9e05576c035513"><code>5cbf9b7</code></a> Fix spring version to the last compatible version with java 8</li>
   <li>Additional commits viewable in <a href="https://github.com/bbottema/simple-java-mail/compare/7.1.0...7.5.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.simplejavamail:simple-java-mail&package-manager=maven&previous-version=7.1.0&new-version=7.5.2)](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 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: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti merged pull request #1003: chore(deps): bump simple-java-mail from 7.1.0 to 7.5.2

Posted by GitBox <gi...@apache.org>.
bossenti merged PR #1003:
URL: https://github.com/apache/streampipes/pull/1003


-- 
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: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org