Skip to content

Commit

Permalink
ftp(test): Bump sslcontext-kickstart to v8.3.5 (#3198)
Browse files Browse the repository at this point in the history
* Bumped version and fixed import
* Excluded slf4j
  • Loading branch information
Hakky54 authored May 13, 2024
1 parent ae14918 commit 27eb1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 27eb1e0

Please sign in to comment.