Skip to content

Bump org.scala-lang.modules:scala-xml_2.12 from 2.1.0 to 2.4.0 - #12938

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.scala-lang.modules-scala-xml_2.12-2.4.0
Open

Bump org.scala-lang.modules:scala-xml_2.12 from 2.1.0 to 2.4.0#12938
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.scala-lang.modules-scala-xml_2.12-2.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps org.scala-lang.modules:scala-xml_2.12 from 2.1.0 to 2.4.0.

Release notes

Sourced from org.scala-lang.modules:scala-xml_2.12's releases.

2.4.0

Notable Changes

Use immutable.Seq: for Scala 3 and 2.13, the result type of Node.child / Node.nonEmptyChildren / Node.attribute is changed from collection.Seq to immutable.Seq (scala/scala-xml#760)

  • Scala 2.13 changed the default scala.Seq alias to immutable.Seq, but the scala-xml library continued to use collection.Seq. This often results in .toSeq conversions when using scala-xml in Scala 3 or 2.13.
  • scala-xml was always immutable in spirit, NodeSeq extends immutable.Seq
  • A related change to the Scala compiler is under review to encode XML literals as Vector[Node]

Other Changes

Full Changelog: scala/scala-xml@v2.3.0...v2.4.0

2.3.0

Notable

Also

... (truncated)

Commits
  • c2c76c8 Merge pull request #760 from lrytz/imm-child
  • d04f3c3 Ensure conversion to imm.Seq is only done once
  • 3c4a4af Merge pull request #761 from scala-steward/update/sbt-1.11.0
  • caa287e Update sbt, scripted-plugin to 1.11.0
  • 1399695 Use Vector for non-immutable collecitons
  • e044d5d Use immutable.Seq in utilities
  • 0023e93 Change theSeq to immtuable.Seq
  • 4c20a17 Use immtuable.Seq for attributes
  • 4d58e59 Don't pass NodeBuffer as Seq[Node]
  • 3861cbd remove / clarify usages of seqToNodeSeq
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [org.scala-lang.modules:scala-xml_2.12](https://github.com/scala/scala-xml) from 2.1.0 to 2.4.0.
- [Release notes](https://github.com/scala/scala-xml/releases)
- [Changelog](https://github.com/scala/scala-xml/blob/main/CHANGELOG.md)
- [Commits](scala/scala-xml@v2.1.0...v2.4.0)

---
updated-dependencies:
- dependency-name: org.scala-lang.modules:scala-xml_2.12
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 31, 2026
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions github-actions Bot added the CORE works for Gluten Core label Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants