Skip to content

Commit

Permalink
Update auth to 2.17.208 (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Jun 9, 2022
1 parent dd0a7f7 commit 08b82cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -931,7 +931,7 @@ lazy val parquet =
"org.apache.hadoop" % "hadoop-client" % "3.3.3" % Provided,
// For S3 support
"org.apache.hadoop" % "hadoop-aws" % "3.3.3" % Provided,
"software.amazon.awssdk" % "auth" % "2.17.206" % Provided,
"software.amazon.awssdk" % "auth" % "2.17.208" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.8.4",
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Optional,
Expand Down

0 comments on commit 08b82cd

Please sign in to comment.