Update ssl-config-core 0.6.0 (was 0.4.3) (#31046)

* ssl-config-core 0.6.0 (was 0.4.3)

ref: https://github.com/playframework/play-ws/pull/590/files

* Make validateDefaultTrustManager no-op

Co-authored-by: takayahilton <takayahilton@gmail.com>
This commit is contained in:
Matthias Kurz 2022-01-07 12:46:16 +01:00 committed by GitHub
parent 0211055a1d
commit 4fb7bd9bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 56 deletions

View file

@ -36,7 +36,7 @@ object Dependencies {
val reactiveStreamsVersion = "1.0.3"
val sslConfigVersion = "0.4.2"
val sslConfigVersion = "0.6.0"
val scalaTestVersion = Def.setting {
if (scalaVersion.value.startsWith("3.")) {
@ -87,7 +87,7 @@ object Dependencies {
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion // CC0
// ssl-config
val sslConfigCore = ("com.typesafe" %% "ssl-config-core" % sslConfigVersion).cross(CrossVersion.for3Use2_13) // ApacheV2
val sslConfigCore = "com.typesafe" %% "ssl-config-core" % sslConfigVersion // ApacheV2
val lmdb = "org.lmdbjava" % "lmdbjava" % "0.7.0" // ApacheV2, OpenLDAP Public License