Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps com.typesafe:ssl-config-core_2.13 from 0.6.1 to 0.7.1.

Release notes

Sourced from com.typesafe:ssl-config-core_2.13's releases.

0.7.1

What's Changed

Full Changelog: lightbend/ssl-config@v0.7.0...v0.7.1

0.7.0

Breaking changes

  • Drop Scala 2.11 support
  • TLSv1.3 is the default protocol now
  • Disabled the protocols TLSv1, TLSv1.1 (TLSv1.2 stays enabled)
  • Removed all deprecated and dead code
  • Deprecated FakeKeyStore, FakeChainedKeyStore and CertificateGenerator because they use JVM internal sun.security.x509 code.
    Works in Java 17 only with the --add-exports=java.base/sun.security.x509=ALL-UNNAMED flag and totally breaks with Java 21.
    To create certificates from code, use alternatives like Bouncy Castle instead.
  • Make sure the project can be build with Java 25 and latest Scala 3.7.3 (at the time of writing) without emitting any warnings.

What's Changed

... (truncated)

Commits
  • a5a0f88 Merge pull request #446 from mkurz/old_pekko_akka-compat
  • ae4786b Keep configs mentioned in reference.conf, but commented out
  • d596855 All those configs are now optional in reference.conf
  • 33ed164 Comment to make people aware configs are not used by SSL Config itself
  • b501251 MiMa filters (complains "only" for Scala 3)
  • 82fbcab Bring back SSLParametersConfig (clientAuth, protocols) used in Pekko HTTP < v...
  • 2f618dd Bring back disableSNI used in Pekko < v2 and Akka <= v2.8
  • 44916cc Bring back hostnameVerifierClass used in Pekko < v2 and Akka <= v2.8
  • 93cb746 Bring back HostnameVerifier classes used in Pekko < v2 and Akka <= v2.8
  • 169b539 Merge pull request #445 from mkurz/adjust_mima
  • 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 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)

Bumps [com.typesafe:ssl-config-core_2.13](https://github.com/lightbend/ssl-config) from 0.6.1 to 0.7.1.
- [Release notes](https://github.com/lightbend/ssl-config/releases)
- [Commits](lightbend/ssl-config@v0.6.1...v0.7.1)

---
updated-dependencies:
- dependency-name: com.typesafe:ssl-config-core_2.13
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 27, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 27, 2025 03:03
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant