Skip to content

Commit a574720

Browse files
Update auth to 2.17.50 (#1858)
1 parent 804a018 commit a574720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ lazy val parquet =
909909
"org.apache.hadoop" % "hadoop-client" % "3.3.1" % Provided,
910910
// For S3 support
911911
"org.apache.hadoop" % "hadoop-aws" % "3.3.1" % Provided,
912-
"software.amazon.awssdk" % "auth" % "2.17.34" % Provided,
912+
"software.amazon.awssdk" % "auth" % "2.17.50" % Provided,
913913
// For Apple Silicon (M1)
914914
"org.xerial.snappy" % "snappy-java" % "1.1.8.4",
915915
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Optional,

0 commit comments

Comments
 (0)