dependabot[bot] opened a new pull request, #897: URL: https://github.com/apache/streampipes/pull/897
Bumps [scala-library](https://github.com/scala/scala) from 2.11.12 to 2.13.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scala/scala/releases">scala-library's releases</a>.</em></p> <blockquote> <h2>Scala 2.13.10</h2> <p>The Scala team at Lightbend is pleased to announce the availability of Scala 2.13.10.</p> <p>The following changes are highlights of this release:</p> <h3>Binary compatibility regression fixed</h3> <ul> <li>Fix 2.13.9 regression which broke binary compatibility of case classes which are also value classes (<a href="https://github-redirect.dependabot.com/scala/scala/pull/10155">#10155</a>)</li> </ul> <p>Library maintainers should avoid publishing libraries using Scala 2.13.9.</p> <h3>Other notable changes</h3> <ul> <li>Fix 2.13.9 regression in linting, causing spurious "variable x is never used" warnings (<a href="https://github-redirect.dependabot.com/scala/scala/pull/10154">#10154</a>)</li> <li><code>-Xsource:3</code> now respects refinements by whitebox macro overrides (<a href="https://github-redirect.dependabot.com/scala/scala/pull/10160">#10160</a> by <a href="https://github.com/som-snytt"><code>@som-snytt</code></a>)</li> <li>Scaladoc tool: fix parsing bug which could cause very slow performance or incorrect output (<a href="https://github-redirect.dependabot.com/scala/scala/pull/10175">#10175</a> by <a href="https://github.com/liang3zy22"><code>@liang3zy22</code></a>)</li> <li>Restore <code>-Vprint-args</code>, for echoing arguments provided to compiler (<a href="https://github-redirect.dependabot.com/scala/scala/pull/10164">#10164</a> by <a href="https://github.com/som-snytt"><code>@som-snytt</code></a>)</li> </ul> <p>For the complete 2.13.10 change lists, see <a href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.10">all merged PRs</a> and <a href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.10">all closed bugs</a>.</p> <h2>Compatibility</h2> <p>As usual for our minor releases, Scala 2.13.10 is <a href="https://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html">binary-compatible</a> with the whole Scala 2.13 series.</p> <p>Upgrading from 2.12? Enable <code>-Xmigration</code> while upgrading to request migration advice from the compiler.</p> <h2>Contributors</h2> <p>A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent.</p> <p>We especially acknowledge and thank A. P. Marki, also known as Som Snytt, who is responsible for an especially large share of the improvements in this release.</p> <p>This release was brought to you by 6 contributors, according to <code>git shortlog -sn --no-merges @ ^v2.13.9 ^2.12.x</code>. Thank you A. P. Marki, Liang Yan, Seth Tisue, Antoine Parent, Luc Henninger, 梦境迷离.</p> <p>Thanks to <a href="https://www.lightbend.com/scala">Lightbend</a> for their continued sponsorship of the Scala core team’s efforts. Lightbend offers <a href="https://www.lightbend.com/lightbend-platform-subscription">commercial support</a> for Scala.</p> <h2>Scala 2.13 notes</h2> <p>The <a href="https://github.com/scala/scala/releases/v2.13.0">release notes for Scala 2.13.0</a> have important information applicable to the whole 2.13 series.</p> <h2>Obtaining Scala</h2> <p>Scala releases are available through a variety of channels, including (but not limited to):</p> <ul> <li>Bump the <code>scalaVersion</code> setting in your sbt-based project</li> <li>Download a distribution from <a href="https://scala-lang.org/download/2.13.10.html">scala-lang.org</a></li> <li>Obtain JARs via <a href="https://search.maven.org/search?q=g:org.scala-lang%20AND%20v:2.13.10">Maven Central</a></li> </ul> <h2>Scala 2.13.9</h2> <p>The following changes are highlights of this release:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scala/scala/commit/4905801fc161300ba20bae4f7adf045b1698e831"><code>4905801</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10182">#10182</a> from som-snytt/issue/7481-nospec-array</li> <li><a href="https://github.com/scala/scala/commit/69bff24d61859283cb0a082460cc93fc8657952c"><code>69bff24</code></a> Test for old crasher</li> <li><a href="https://github.com/scala/scala/commit/cd525424bf772c8cc5301602dd4f91e2b9a5c561"><code>cd52542</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10175">#10175</a> from liang3zy22/bug12509</li> <li><a href="https://github.com/scala/scala/commit/d23620ad0496ffa945f93e4df2c41ce303ccb5f3"><code>d23620a</code></a> Avoid parsing code comment twice</li> <li><a href="https://github.com/scala/scala/commit/455e792fdbc8a688d1d3df2e08a1d140b5638b9f"><code>455e792</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10172">#10172</a> from flomebul/TraversalIsDeprecated</li> <li><a href="https://github.com/scala/scala/commit/d89e3d4fdb35019341a6ed50d7428e15af3ee5d6"><code>d89e3d4</code></a> Replace "Traversable" by corresponding "Iterable" in doc comments.</li> <li><a href="https://github.com/scala/scala/commit/9ee4b60444c8db8e6cc22d259edff570d0c6e056"><code>9ee4b60</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10163">#10163</a> from liang3zy22/scalacheckbugs</li> <li><a href="https://github.com/scala/scala/commit/439a981bdc7ad4b255a4dc64df18d2d1e831d627"><code>439a981</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10169">#10169</a> from som-snytt/issue/9069-view-slice</li> <li><a href="https://github.com/scala/scala/commit/0fffd1fd2d884597b5b876336cc0ed6da62036b1"><code>0fffd1f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10170">#10170</a> from som-snytt/issue/9931-test</li> <li><a href="https://github.com/scala/scala/commit/9f3ffcf92872c09deee09df532cc33eeee189b9c"><code>9f3ffcf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10164">#10164</a> from som-snytt/dev/814-redux-args-file</li> <li>Additional commits viewable in <a href="https://github.com/scala/scala/compare/v2.11.12...v2.13.10">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 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]
