build(deps): bump the sbt group across 1 directory with 6 updates - #2
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the sbt group across 1 directory with 6 updates#2dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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
Bot
force-pushed
the
dependabot/sbt/sbt-e528990044
branch
from
July 31, 2026 07:40
5a09f52 to
0e26c69
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the sbt group with 6 updates in the / directory:
2.0.74.Final2.0.81.Final5.4.25.6.32.3.12.4.12.6.02.6.21.12.92.0.43.8.33.8.4Updates
io.netty:netty-tcnative-boringssl-staticfrom 2.0.74.Final to 2.0.81.FinalCommits
402d9c3[maven-release-plugin] prepare release netty-tcnative-parent-2.0.81.Finalf44fcb9Add SSL.getGroupName(...) which returns the name of the used by ssl's most re...81ca0c5[maven-release-plugin] prepare for next development iterationd6bed2e[maven-release-plugin] prepare release netty-tcnative-parent-2.0.80.Final185daefFix linux-x86_64 openssl-dynamic to link against OpenSSL 3.x (#989)aa6efe4[maven-release-plugin] prepare for next development iterationf79687e[maven-release-plugin] prepare release netty-tcnative-parent-2.0.79.Final47fda99linux aarch_64 openssl-dynamic link to openssl3.x (#986)a85010bDrop checks on SSL_CREDENTIAL support for older BoringSSL (#980)02d0d03Clear certificate chain in setKeyMaterial. (#987)Updates
org.apache.httpcomponents.client5:httpclient5from 5.4.2 to 5.6.3Changelog
Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.
... (truncated)
Commits
13408e3HttpClient 5.6.3 release58728b1Updated release notes for HttpClient 5.6.3 release55733f4ContentCompressionExec fails to close the underlying response stream in case ...2485ddfDo not call the backend when an only-if-cached request cannot be served from ...26ece37compare scheme in redirect same-authority check8cdf6faescape quotes and strip line breaks in rfc7578 multipart parametersab20c86HTTPCLIENT-2426: Do not wrap a discarded (null) response body in a content de...f092f56Upgraded HttpClient version to 5.6.3-SNAPSHOTa7405cdUpdated release notes for HttpClient 5.6.2 releasebb51196Upgraded HttpCore to version 5.4.3Updates
com.eed3si9n:sbt-assemblyfrom 2.3.1 to 2.4.1Updates
org.scalameta:sbt-scalafmtfrom 2.6.0 to 2.6.2Updates
org.scala-sbt:sbtfrom 1.12.9 to 2.0.4Release notes
Sourced from org.scala-sbt:sbt's releases.
... (truncated)
Commits
837ad17sbt 2.0.4e36dbf8Merge pull request #9509 from eed3si9n/bport2/backportse4f3e7f[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 Update8266803[2.0.x] fix: Complete server teardown before logging so reboot works from sbt...aacbf73Add remote-cache testaed2719[2.x] fix: Intern GrpcActionCacheStore6ea3eb7[2.0.x] sbtn 2.0.0-a0c4773a (#9503)Updates
org.scala-lang:scala3-library_3from 3.8.3 to 3.8.4Release notes
Sourced from org.scala-lang:scala3-library_3's releases.
... (truncated)
Commits
7d4833bRelease Scala 3.8.4685ef3fAdd changelog for Scala 3.8.493994ecRelease Scala 3.8.4-RC373dada9Add changelog for 3.8.4-RC30ff65deFix extractions of release version tag789ae26bugfix: Fix all tasty files in a jarfb5c1beBackport "Do not overwrite the supertype of non-trait super in Erasure" to 3....bddb87cBackport "Make type arguments to default methods InferredTypeTrees" to 3.8.4 ...3664319Backport "feature: Improve the logical sources provider" to 3.8.4 (#26107)e627eddBackport "Bump Scala CLI to v1.14.0 (was v1.13.0)" to 3.8.4 (#26106)