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:
parent
0211055a1d
commit
4fb7bd9bfa
2 changed files with 7 additions and 56 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue