Skip to content

build(deps): bump the sbt group across 1 directory with 6 updates - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/sbt/sbt-e528990044
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/sbt/sbt-e528990044

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the sbt group with 6 updates in the / directory:

Package From To
io.netty:netty-tcnative-boringssl-static 2.0.74.Final 2.0.83.Final
org.apache.httpcomponents.client5:httpclient5 5.4.2 5.6.4
com.eed3si9n:sbt-assembly 2.3.1 2.5.0
org.scalameta:sbt-scalafmt 2.6.0 2.6.2
org.scala-sbt:sbt 1.12.9 2.0.8
org.scala-lang:scala3-library_3 3.8.3 3.9.0

Updates io.netty:netty-tcnative-boringssl-static from 2.0.74.Final to 2.0.83.Final

Commits
  • 6d8ec05 [maven-release-plugin] prepare release netty-tcnative-parent-2.0.83.Final
  • 9c0ab42 Fix double DeleteLocalRef call which results in UB (#1001)
  • 3bf8d04 [maven-release-plugin] prepare for next development iteration
  • 9ef1af7 [maven-release-plugin] prepare release netty-tcnative-parent-2.0.82.Final
  • 5575e03 Add NULL check to guard against SIGSERV (#999)
  • a4c20b5 Pin github actions to reduce risk (#1000)
  • bbe7446 Make the Linux artifacts loadable on musl (Alpine) again (#997)
  • 990751e Delete local references as soon as possible in callbacks (#996)
  • 2e39099 Delete local references while processing the loop to fill the singature algor...
  • 6ad94b7 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.6.4

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.6.4

This maintenance release fixes SSL parameter application in the async TLS upgrade strategy.

Change Log

  • BearerScheme to reject control characters in bearer token. Contributed by Javid Khan

  • Corrects application of SSL parameters in the async TLS upgrade method. Contributed by Oleg Kalnichevski

Release 5.6.3

This maintenance release fixes a resource management defect in the content decompression protocol handler of the classic transport.

Change Log

  • ContentCompressionExec fails to close the underlying response stream in case of an unexpected runtime or protocol exception. Contributed by Oleg Kalnichevski

  • Do not call the backend when an only-if-cached request cannot be served from cache (RFC 9111 5.2.1.7). Contributed by hunghh.dev <hunghh.dev at gmail.com>

  • Include the request scheme in redirect same-authority check. Contributed by Javid Khan

  • Escape quotes and strip line breaks in RFC 7578 multipart parameters. Contributed by Javid Khan

  • HTTPCLIENT-2426: Do not wrap a discarded (null) response body in a content decoder. Contributed by Arturo Bernal

Release 5.6.2

This maintenance release upgrades HttpCore to the latest stable version and restores lazy content decompression by the classic client transport.

... (truncated)

Commits
  • 36508ce HttpClient 5.6.4 release
  • 59b3d2e Updated release notes for HttpClient 5.6.4 release
  • c0af759 reject control characters in bearer token in BearerScheme
  • 2422b6c Corrects application of SSL parameters in the async TLS upgrade method
  • 66452ea Upgraded HttpClient version to 5.6.4-SNAPSHOT
  • 58728b1 Updated release notes for HttpClient 5.6.3 release
  • 55733f4 ContentCompressionExec fails to close the underlying response stream in case ...
  • 2485ddf Do not call the backend when an only-if-cached request cannot be served from ...
  • 26ece37 compare scheme in redirect same-authority check
  • 8cdf6fa escape quotes and strip line breaks in rfc7578 multipart parameters
  • Additional commits viewable in compare view

Updates com.eed3si9n:sbt-assembly from 2.3.1 to 2.5.0

Updates org.scalameta:sbt-scalafmt from 2.6.0 to 2.6.2

Updates org.scala-sbt:sbt from 1.12.9 to 2.0.8

Release notes

Sourced from org.scala-sbt:sbt's releases.

2.0.8

🐛 bug fixes

Full Changelog: sbt/sbt@v2.0.7...v2.0.8

2.0.7

⚠️ Remote code execution vulnerability fix

sbt team received a security report GHSA-943m-f264-54p4 from @​stasimus that when the serverConnectionType is set to Tcp, an attacker is able to execute arbitrary code remotely via BSP, similar to a recent bug that was found in JSON-RPC. sbt 1.13.0 and 2.0.7 fix this bug.

Builds with the default serverConnectionType are not affected. In affected builds, we recommend removing the serverConnectionType setting, or upgrading to a patched version or later. In an affected build, the setting might look like this:

Global / serverConnectionType := ConnectionType.Tcp

The remediation was implemented by @​stasimus.

🚀 updates

🐛 bug fixes

behind the scenes

Full Changelog: sbt/sbt@v2.0.6...v2.0.7

2.0.6

⚠️ Remote code execution vulnerability fix

sbt team received a security report GHSA-m2pw-22cj-jq4v from @​arpitjain099 that when the serverConnectionType is set to Tcp, an attacker is able to execute arbitrary code remotely via the sbt server. sbt 1.12.15 and 2.0.6 fix this bug.

... (truncated)

Commits
  • 3127e8d sbt 2.0.8
  • 039b3db Merge pull request #9673 from eed3si9n/bport2/bport
  • 67df6f4 [2.0.x] fix: Fixes Windows runner (#9680)
  • 24324be [2.0.x] fix: keep worker classloader open for shutdown hooks (#9639)
  • 5cee896 [2.0.x] fix: Fixes ThisBuild-scoped bare settings (#9674)
  • c30d16c [2.0.x] fix: Fixes JDK 17 domain socket deadlocks (#9671)
  • ee5374c [2.0.x] fix: Fixes --addPluginSbtFile getting lost after reboot (#9669)
  • 6085d9e [2.0.x] fix: Restore public test result report types (#9655)
  • bfd744b [2.0.x] fix: Notify listeners before LinkageError escapes suites (#9667)
  • 6913814 sbt 2.0.7
  • Additional commits viewable in compare view

Updates org.scala-lang:scala3-library_3 from 3.8.3 to 3.9.0

Release notes

Sourced from org.scala-lang:scala3-library_3's releases.

3.9.0-RC6

Backported changes

  • Revert #26579 and #25126 for binary compatibility #26813
  • Preserve GADT constraints until PatternMatcher #26805
  • Ignore @throws annotation on non-methods #26802
  • Box bounded arguments of HKT result types in Java generic signatures #26787
  • Fix issue with reading legal java cyclic signatures #26775
  • Bail out of patDef opt for .runtimeChecked, not only @unchecked #26774
  • Do not emit Java generic signatures for trait private val setters #26633
  • Desugaring: avoid patdef optimization for lazy vals #26770
  • Scaladoc: Fix variable expansion #26730

Contributors

Thank you to all the contributors who made this release possible 🎉

According to git shortlog -sn --no-merges 3.9.0-RC6..3.9.0-RC6 these are:

     7	Wojciech Mazur
     6	Patryk Zieliński
     4	Solal Pirelli
     2	Jan Chyb
     1	Rikito Taniguchi

3.9.0-RC5

Backported changes

  • Bump Scala CLI to v1.16.0 #26703
  • Fix stale baseTypeCache after synthetic Product.Mirror parents added #26714
  • Ignore coverage probes in unused update analysis #26711
  • Fix crash when unapply returns a Boolean-deriving opaque type #26658
  • Emit inline info attribute #26650
  • Fix false unused-var warning on self-assignment reads (#26620) #26635
  • Stop hiding errors in GenericSignatureVisitor #26632
  • Emit a super init call for primitives on the JVM #26630
  • Preserve qualifier purity through compiler-generated casts #26579
  • Fix regression #26153 (in dotty-cps-async) use typer skolems as inline proxy's type #26563
  • Fix a couple issues related to erased value types #26213
  • Scaladoc: Remove jquery and hanging javascript assets. #22014
  • Scaladoc: add fallback lookup from nearest package #26661
  • Fix Scaladoc top package order to be alphabetical #26653
  • Fixes #26013: Wrap with->& rewrite in parens for typed patterns #26016
  • Make Option.orNull public in binary #26751

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file sbt Pull requests that update sbt code labels Jul 29, 2026
@dependabot dependabot Bot changed the title build(deps): bump the sbt group with 6 updates build(deps): bump the sbt group across 1 directory with 6 updates Jul 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/sbt/sbt-e528990044 branch from 5a09f52 to 0e26c69 Compare July 31, 2026 07:40
@dependabot
dependabot Bot requested a review from a team as a code owner July 31, 2026 07:40
@dependabot
dependabot Bot requested a review from timonviola July 31, 2026 07:40
@dependabot
dependabot Bot force-pushed the dependabot/sbt/sbt-e528990044 branch 2 times, most recently from e0ecf58 to 98c523e Compare August 26, 2026 08:03
Bumps the sbt group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.netty:netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) | `2.0.74.Final` | `2.0.83.Final` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.4.2` | `5.6.4` |
| com.eed3si9n:sbt-assembly | `2.3.1` | `2.5.0` |
| org.scalameta:sbt-scalafmt | `2.6.0` | `2.6.2` |
| [org.scala-sbt:sbt](https://github.com/sbt/sbt) | `1.12.9` | `2.0.8` |
| [org.scala-lang:scala3-library_3](https://github.com/scala/scala3) | `3.8.3` | `3.9.0` |



Updates `io.netty:netty-tcnative-boringssl-static` from 2.0.74.Final to 2.0.83.Final
- [Release notes](https://github.com/netty/netty-tcnative/releases)
- [Commits](netty/netty-tcnative@netty-tcnative-parent-2.0.74.Final...netty-tcnative-parent-2.0.83.Final)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.2 to 5.6.4
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.6.4/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.4.2...rel/v5.6.4)

Updates `com.eed3si9n:sbt-assembly` from 2.3.1 to 2.5.0

Updates `org.scalameta:sbt-scalafmt` from 2.6.0 to 2.6.2

Updates `org.scala-sbt:sbt` from 1.12.9 to 2.0.8
- [Release notes](https://github.com/sbt/sbt/releases)
- [Commits](sbt/sbt@v1.12.9...v2.0.8)

Updates `org.scala-lang:scala3-library_3` from 3.8.3 to 3.9.0
- [Release notes](https://github.com/scala/scala3/releases)
- [Commits](scala/scala3@3.8.3...3.9.0)

---
updated-dependencies:
- dependency-name: com.eed3si9n:sbt-assembly
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sbt
- dependency-name: io.netty:netty-tcnative-boringssl-static
  dependency-version: 2.0.81.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sbt
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sbt
- dependency-name: org.scala-lang:scala3-library_3
  dependency-version: 3.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sbt
- dependency-name: org.scala-sbt:sbt
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sbt
- dependency-name: org.scalameta:sbt-scalafmt
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sbt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/sbt/sbt-e528990044 branch from 98c523e to 015ee8c Compare August 31, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file sbt Pull requests that update sbt code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants