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

   Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 
2.11.11 to 2.13.14.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/scala/scala/releases";>org.scala-lang:scala-library's 
releases</a>.</em></p>
   <blockquote>
   <h2>Scala 2.13.13</h2>
   <p>The Scala team at Lightbend is pleased to announce Scala 2.13.13.</p>
   <p>The following changes are highlights of this release:</p>
   <h3>Language</h3>
   <ul>
   <li>Support binary integer literals using <code>0b</code>, as in Java (<a 
href="https://redirect.github.com/scala/scala/pull/10656";>#10656</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   </ul>
   <h3>Compatibility</h3>
   <ul>
   <li>TASTy reader: support Scala 3.4 (<a 
href="https://redirect.github.com/scala/scala/pull/10670";>#10670</a> by <a 
href="https://github.com/bishabosha";><code>@​bishabosha</code></a>)</li>
   <li>Support certain Java libraries compiled on JDK 21 (<a 
href="https://redirect.github.com/scala/scala/pull/10675";>#10675</a> by <a 
href="https://github.com/SethTisue";><code>@​SethTisue</code></a>)</li>
   <li>For JDK 22 support, upgrade to ASM 9.6 (<a 
href="https://redirect.github.com/scala/scala/pull/10576";>#10576</a> by <a 
href="https://github.com/Philippus";><code>@​Philippus</code></a>)</li>
   </ul>
   <h3>Align with Scala 3</h3>
   <ul>
   <li>Allow either <code>-Xsource:3</code> (for preparing to switch to 3) or 
<code>-Xsource:3-cross</code> (for crossbuilding on 2 and 3); some existing 
users of <code>-Xsource:3</code> should switch to <code>-Xsource:3-cross</code> 
to avoid unwanted behavior changes (<a 
href="https://redirect.github.com/scala/scala/pull/10573";>#10573</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)
   <ul>
   <li>A new section in the Scala 3 Migration Guide documents 
<code>-Xsource:3</code> and <code>-Xsource:3-cross</code>: <a 
href="https://docs.scala-lang.org/scala3/guides/migration/tooling-scala2-xsource3.html";>documentation</a></li>
   </ul>
   </li>
   <li>For migration to 3, accommodate case companion as function (<a 
href="https://redirect.github.com/scala/scala/pull/10648";>#10648</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   <li>Scala 3 migration warning for implicits found in package prefix (<a 
href="https://redirect.github.com/scala/scala/pull/10621";>#10621</a> by <a 
href="https://github.com/lrytz";><code>@​lrytz</code></a>)</li>
   </ul>
   <h3>Other improvements</h3>
   <ul>
   <li><code>-Yrelease</code> supplements <code>-release</code>, allows access 
to additional JVM packages (<a 
href="https://redirect.github.com/scala/scala/pull/10543";>#10543</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   <li><code>-Xlint</code> now enables <code>-Xlint:named-booleans</code> to 
lint unnamed boolean literal args (<a 
href="https://redirect.github.com/scala/scala/pull/10612";>#10612</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   <li>Respect <code>java.lang.Deprecated</code> annotation even in Scala 
sources (<a 
href="https://redirect.github.com/scala/scala/pull/10517";>#10517</a> by <a 
href="https://github.com/kapunga";><code>@​kapunga</code></a>)</li>
   <li>Optimize tail recursion on effectively final methods even when 
<code>final</code> keyword is absent (<a 
href="https://redirect.github.com/scala/scala/pull/10629";>#10629</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   <li>Add <code>-Xlint:pattern-shadow</code> to lint pattern varids which are 
backquotable (<a 
href="https://redirect.github.com/scala/scala/pull/8806";>#8806</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   <li>In mixed compilation, allow Java sources to reference 
<code>MODULE$</code> (<a 
href="https://redirect.github.com/scala/scala/pull/10644";>#10644</a> by <a 
href="https://github.com/som-snytt";><code>@​som-snytt</code></a>)</li>
   <li>Scaladoc: re-align <code>-doc-source-url</code> behavior with 2.12 (<a 
href="https://redirect.github.com/scala/scala/pull/10581";>#10581</a> by <a 
href="https://github.com/lrytz";><code>@​lrytz</code></a>)</li>
   </ul>
   <h3>Known issues</h3>
   <ul>
   <li>When upgrading to 2.13.13, existing users of <code>-Xsource:3</code> 
should explicitly consider switching to <code>-Xsource:3-cross</code>. Some 
behaviors of <code>-Xsource:3</code> have changed, e.g. in result type 
inference for inherited methods; see <a 
href="https://docs.scala-lang.org/scala3/guides/migration/tooling-scala2-xsource3.html";>new
 doc page</a> for details</li>
   <li>Some library authors who were already using <code>-Xsource:3</code> are 
getting MiMa failures when upgrading to 2.13.13 and switching from 
<code>-Xsource:3</code> to <code>-Xsource:3-cross</code>. If you’re in this 
situation, you may need to wait for 2.13.14; see <a 
href="https://redirect.github.com/scala/bug/issues/12961";>scala/bug#12961</a></li>
   <li>Users of sbt must upgrade to sbt 1.9.9 to use the <code>console</code> 
task to access the 2.13.13 REPL (<a 
href="https://redirect.github.com/sbt/sbt/issues/7502";>sbt/sbt#7502</a>); error 
message is <code>NoSuchMethodError: 
org.jline.utils.AttributedString.fromAnsi</code></li>
   <li>Regression: Scaladoc generation may fail if you are using the TASTy 
reader to access Scala 3 dependencies (<a 
href="https://redirect.github.com/scala/bug/issues/12955";>scala/bug#12955</a>); 
error message is &quot;Unsupported Scala 3 generic tuple type&quot;; we'll fix 
it in 2.13.14</li>
   <li>Regression: on JDK 11 (but not 8 or 17 or 21), the REPL prints a 
harmless &quot;illegal reflective access&quot; warning at startup (<a 
href="https://redirect.github.com/scala/bug/issues/12957";>scala/bug#12957</a>); 
we'll fix it in 2.13.14</li>
   <li>The inclusion of <code>-Xlint:named-booleans</code> in 
<code>-Xlint</code> (<a 
href="https://redirect.github.com/scala/scala/pull/10612";>#10612</a>) has 
already proved at least somewhat controversial, and will likely be adjusted for 
2.13.14;  you can leave feedback on this at <a 
href="https://redirect.github.com/scala/scala/pull/10704";>#10704</a></li>
   </ul>
   <h3>More changes</h3>
   <p>For the complete 2.13.13 change lists, see <a 
href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.13";>all
 merged PRs</a> and <a 
href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&amp;q=is%3Aclosed+milestone%3A2.13.13";>all
 closed bugs</a>.</p>
   <h2>Compatibility</h2>
   <p>As usual for our minor releases, Scala 2.13.13 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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/scala/scala/commit/a5270194b6eec9678a79e2f88a83d83aa6b92de1";><code>a527019</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10758";>#10758</a> from 
som-snytt/fix/repl-color-redux</li>
   <li><a 
href="https://github.com/scala/scala/commit/a064a8973d00b75d8f1a5a1cd98ea45e2bd8c2c0";><code>a064a89</code></a>
 Minimize diff for isTerminal probe</li>
   <li><a 
href="https://github.com/scala/scala/commit/6b68db91ead6c77b420d9906505021293a8fcaaa";><code>6b68db9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10739";>#10739</a> from 
som-snytt/issue/9609-doc-doc-options</li>
   <li><a 
href="https://github.com/scala/scala/commit/83332ad880f6f4179815b9bb9707f6327d02075a";><code>83332ad</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10755";>#10755</a> from 
lrytz/10704-followup</li>
   <li><a 
href="https://github.com/scala/scala/commit/fcf69c456d22760ef3f7cea32c392ae0bfa2bd3a";><code>fcf69c4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10753";>#10753</a> from 
som-snytt/test/fixup</li>
   <li><a 
href="https://github.com/scala/scala/commit/698369d8b66107dee750aeddff3b8c2110324276";><code>698369d</code></a>
 Align WConf category for WFlagUnnamedBooleanLiteral</li>
   <li><a 
href="https://github.com/scala/scala/commit/eea702972bd805bce8189a51287c7ca8176618c9";><code>eea7029</code></a>
 Move terminal test to properties</li>
   <li><a 
href="https://github.com/scala/scala/commit/b68ac48e94d6b0b362228377eefb66db44f1e420";><code>b68ac48</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10751";>#10751</a> from 
som-snytt/sd/867-jdk22-tests</li>
   <li><a 
href="https://github.com/scala/scala/commit/2c78ad2914498e7f722a3e835beb4a012afb5b6e";><code>2c78ad2</code></a>
 Console color only if JDK 22 says isConsole</li>
   <li><a 
href="https://github.com/scala/scala/commit/770e6a0fcc375106df2305e4219d16ed6157ad78";><code>770e6a0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala/issues/10749";>#10749</a> from 
SethTisue/skip-jdeps-on-jdk-22</li>
   <li>Additional commits viewable in <a 
href="https://github.com/scala/scala/compare/v2.11.11...v2.13.14";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.scala-lang:scala-library&package-manager=maven&previous-version=2.11.11&new-version=2.13.14)](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: commits-unsubscr...@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to