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

   Bumps 
[org.scala-lang.modules:scala-xml_2.12](https://github.com/scala/scala-xml) 
from 2.3.0 to 2.4.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/scala/scala-xml/releases";>org.scala-lang.modules:scala-xml_2.12's
 releases</a>.</em></p>
   <blockquote>
   <h2>2.4.0</h2>
   <h2>Notable Changes</h2>
   <p>Use <code>immutable.Seq</code>: for Scala 3 and 2.13, the result type of 
<code>Node.child</code> / <code>Node.nonEmptyChildren</code> / 
<code>Node.attribute</code> is changed from <code>collection.Seq</code> to 
<code>immutable.Seq</code> (<a 
href="https://redirect.github.com/scala/scala-xml/pull/760";>scala/scala-xml#760</a>)</p>
   <ul>
   <li>Scala 2.13 changed the default <code>scala.Seq</code> alias to 
<code>immutable.Seq</code>, but the scala-xml library continued to use 
<code>collection.Seq</code>. This often results in <code>.toSeq</code> 
conversions when using scala-xml in Scala 3 or 2.13.</li>
   <li>scala-xml <a 
href="https://github.com/scala/scala-xml/blob/v2.3.0/shared/src/main/scala/scala/xml/package.scala#L73";>was
 always immutable in spirit</a>, <code>NodeSeq</code> extends 
<code>immutable.Seq</code></li>
   <li>A related <a 
href="https://redirect.github.com/scala/scala3/pull/23221";>change to the Scala 
compiler</a> is under review to encode XML literals as 
<code>Vector[Node]</code></li>
   </ul>
   <h2>Other Changes</h2>
   <ul>
   <li>Fix code point for <code>darr</code> entity (<a 
href="https://redirect.github.com/scala/scala-xml/pull/729";>scala/scala-xml#729</a>)</li>
   <li><code>NodeBuffer.&amp;+</code> returns <code>this.type</code> (<a 
href="https://redirect.github.com/scala/scala-xml/pull/744";>scala/scala-xml#744</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/scala/scala-xml/compare/v2.3.0...v2.4.0";>https://github.com/scala/scala-xml/compare/v2.3.0...v2.4.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/scala/scala-xml/commit/c2c76c8ea43eda9fc0913f909eb2cbea05249c1f";><code>c2c76c8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala-xml/issues/760";>#760</a> from 
lrytz/imm-child</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/d04f3c33201fb7380cf77fd14de148956118179f";><code>d04f3c3</code></a>
 Ensure conversion to imm.Seq is only done once</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/3c4a4aff412c59c16d1f6e492285450a37a691d0";><code>3c4a4af</code></a>
 Merge pull request <a 
href="https://redirect.github.com/scala/scala-xml/issues/761";>#761</a> from 
scala-steward/update/sbt-1.11.0</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/caa287e8825d2579ece0431d924684c6090d87ea";><code>caa287e</code></a>
 Update sbt, scripted-plugin to 1.11.0</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/1399695869771abf5123a8f54b3ea494d00eb45e";><code>1399695</code></a>
 Use Vector for non-immutable collecitons</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/e044d5d53feaf52d36c9f60b20754a704a8c18d1";><code>e044d5d</code></a>
 Use immutable.Seq in utilities</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/0023e9395b2924a0fc5f523c8f324a1a427d39ea";><code>0023e93</code></a>
 Change theSeq to immtuable.Seq</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/4c20a1799a867bcc8e65deb33baad2688e34db22";><code>4c20a17</code></a>
 Use immtuable.Seq for attributes</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/4d58e59260ec9a82035d4a83d6edf5c7c85e0c0f";><code>4d58e59</code></a>
 Don't pass NodeBuffer as Seq[Node]</li>
   <li><a 
href="https://github.com/scala/scala-xml/commit/3861cbd0bf60de4f7ebff465cec9b9c83c7c8451";><code>3861cbd</code></a>
 remove / clarify usages of seqToNodeSeq</li>
   <li>Additional commits viewable in <a 
href="https://github.com/scala/scala-xml/compare/v2.3.0...v2.4.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.scala-lang.modules:scala-xml_2.12&package-manager=maven&previous-version=2.3.0&new-version=2.4.0)](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