Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

0.7.0

Breaking changes

  • Drop Scala 2.11 support
  • TLSv1.3 is the default protocol now
  • Disabled the protocls 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 emmiting any warnings.

What's Changed

... (truncated)

Commits
  • b884ef8 Merge pull request #440 from mkurz/cleanImports
  • 6c9af7f Clean up imports
  • 765965e Merge pull request #439 from mkurz/disableHostnameVerification
  • a38ecf2 Reintroduce disableHostnameVerification
  • 102a670 Merge pull request #438 from mkurz/useless_logger_config
  • 01cf945 Remove useless logger config
  • d3ec3aa Merge pull request #437 from mkurz/typos
  • b5c5f6d Typos
  • 22c966f Merge pull request #436 from mkurz/gha_if
  • a7171bf Make sure workflows only run in lightbend/ssl-config repo
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 24, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 24, 2025 03:01
Bumps [com.typesafe:ssl-config-core_2.13](https://github.com/lightbend/ssl-config) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/lightbend/ssl-config/releases)
- [Commits](lightbend/ssl-config@v0.6.1...v0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.typesafe-ssl-config-core_2.13-0.7.0 branch from 6823111 to f818ed2 Compare October 24, 2025 03:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #569.

@dependabot dependabot bot closed this Oct 27, 2025
auto-merge was automatically disabled October 27, 2025 03:02

Pull request was closed

@dependabot dependabot bot deleted the dependabot/maven/com.typesafe-ssl-config-core_2.13-0.7.0 branch October 27, 2025 03:02
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