Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package akka.stream.alpakka.ftp;

import nl.altindag.ssl.util.PemUtils;
import nl.altindag.ssl.pem.util.PemUtils;
import akka.NotUsed;
import akka.stream.IOResult;
import akka.stream.alpakka.ftp.javadsl.Ftps;
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ object Dependencies {
"commons-net" % "commons-net" % "3.8.0", // ApacheV2
// Versions after sshj 0.35.0 depend on SLF4J 2.x
"com.hierynomus" % "sshj" % "0.35.0",
"io.github.hakky54" % "sslcontext-kickstart-for-pem" % "6.8.0" % Test
("io.github.hakky54" % "sslcontext-kickstart-for-pem" % "8.3.5" % Test).exclude("org.slf4j", "slf4j-api")
)
)

Expand Down