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

build(deps): bump the sbt group across 1 directory with 6 updates#2
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

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.81.Final
org.apache.httpcomponents.client5:httpclient5 5.4.2 5.6.3
com.eed3si9n:sbt-assembly 2.3.1 2.4.1
org.scalameta:sbt-scalafmt 2.6.0 2.6.2
org.scala-sbt:sbt 1.12.9 2.0.4
org.scala-lang:scala3-library_3 3.8.3 3.8.4

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

Commits
  • 402d9c3 [maven-release-plugin] prepare release netty-tcnative-parent-2.0.81.Final
  • f44fcb9 Add SSL.getGroupName(...) which returns the name of the used by ssl's most re...
  • 81ca0c5 [maven-release-plugin] prepare for next development iteration
  • d6bed2e [maven-release-plugin] prepare release netty-tcnative-parent-2.0.80.Final
  • 185daef Fix linux-x86_64 openssl-dynamic to link against OpenSSL 3.x (#989)
  • aa6efe4 [maven-release-plugin] prepare for next development iteration
  • f79687e [maven-release-plugin] prepare release netty-tcnative-parent-2.0.79.Final
  • 47fda99 linux aarch_64 openssl-dynamic link to openssl3.x (#986)
  • a85010b Drop checks on SSL_CREDENTIAL support for older BoringSSL (#980)
  • 02d0d03 Clear certificate chain in setKeyMaterial. (#987)
  • Additional commits viewable in compare view

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

Changelog

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

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.

Change Log

  • Upgraded HttpCore to version 5.4.3. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2422: Restore lazy content decompression. Defer construction of the decompression stream until the response content is actually read. Contributed by Arturo Bernal

Release 5.6.1

This maintenance release disables experimental SCRAM auth scheme by default and fixes SCRAM final response handling. The SCRAM auth scheme can be re-enabled by choosing a custom auth scheme preference sequence that explicitly includes SCRAM auth.

... (truncated)

Commits
  • 13408e3 HttpClient 5.6.3 release
  • 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
  • ab20c86 HTTPCLIENT-2426: Do not wrap a discarded (null) response body in a content de...
  • f092f56 Upgraded HttpClient version to 5.6.3-SNAPSHOT
  • a7405cd Updated release notes for HttpClient 5.6.2 release
  • bb51196 Upgraded HttpCore to version 5.4.3
  • Additional commits viewable in compare view

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

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.4

Release notes

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

2.0.4

changes with compatibility implications

🐛 bug fixes

🐛 caching related bug fixes

🚀 updates

behind the scenes

Full Changelog: sbt/sbt@v2.0.3...v2.0.4

2.0.3

🐛 bug fixes

Full Changelog: sbt/sbt@v2.0.2...v2.0.3

... (truncated)

Commits
  • 837ad17 sbt 2.0.4
  • e36dbf8 Merge pull request #9509 from eed3si9n/bport2/backports
  • e4f3e7f [2.x] Zinc 2.0.4 (#9508)
  • ff2a76e [2.0.x] fix: Make forked run inherit sbt's working directory (#9442)
  • 3155bde [2.0.x] fix: Fixes scalaCompilerBridgeBin (#9506)
  • 30f573f [2.0.x] Move compiler bridge to Update
  • 8266803 [2.0.x] fix: Complete server teardown before logging so reboot works from sbt...
  • aacbf73 Add remote-cache test
  • aed2719 [2.x] fix: Intern GrpcActionCacheStore
  • 6ea3eb7 [2.0.x] sbtn 2.0.0-a0c4773a (#9503)
  • Additional commits viewable in compare view

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

Release notes

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

3.8.4

Highlights of the release

Other changes and fixes

Annotations

  • Also copy param annots at mixin #24916
  • Named arg may be deprecatedName #21588
  • Use dealiasKeepRefiningAnnots in AvoidMap #25609

Backend

  • Do not simplify isInstanceOf if unrelated types might be subtypes at run-time #25535
  • Port more Scala2 tests + some mixin improvements #25573
  • Use Objects.equals in translating == #25314

Compiler Phases

  • Harden Period creation and use of Run/PhaseId #25484
  • Make Phase.run protected #25366

Context Functions

  • Fix crash when processing path dependent context functions using HKTs #25530

Coverage

  • Fix #25555: Preserve singleton precision during scoverage lifting #25556
  • Fixes #25482: Ensure package transformation properly handles language imports in InstrumentCoverage #25546
  • Scoverage: do not instrument erased values. #25298

Default parameters

... (truncated)

Commits
  • 7d4833b Release Scala 3.8.4
  • 685ef3f Add changelog for Scala 3.8.4
  • 93994ec Release Scala 3.8.4-RC3
  • 73dada9 Add changelog for 3.8.4-RC3
  • 0ff65de Fix extractions of release version tag
  • 789ae26 bugfix: Fix all tasty files in a jar
  • fb5c1be Backport "Do not overwrite the supertype of non-trait super in Erasure" to 3....
  • bddb87c Backport "Make type arguments to default methods InferredTypeTrees" to 3.8.4 ...
  • 3664319 Backport "feature: Improve the logical sources provider" to 3.8.4 (#26107)
  • e627edd Backport "Bump Scala CLI to v1.14.0 (was v1.13.0)" to 3.8.4 (#26106)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file sbt Pull requests that update sbt code labels Jul 29, 2026
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.81.Final` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.4.2` | `5.6.3` |
| com.eed3si9n:sbt-assembly | `2.3.1` | `2.4.1` |
| org.scalameta:sbt-scalafmt | `2.6.0` | `2.6.2` |
| [org.scala-sbt:sbt](https://github.com/sbt/sbt) | `1.12.9` | `2.0.4` |
| [org.scala-lang:scala3-library_3](https://github.com/scala/scala3) | `3.8.3` | `3.8.4` |



Updates `io.netty:netty-tcnative-boringssl-static` from 2.0.74.Final to 2.0.81.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.81.Final)

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

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

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.4
- [Release notes](https://github.com/sbt/sbt/releases)
- [Commits](sbt/sbt@v1.12.9...v2.0.4)

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

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