Skip to content

Commit 08b82cd

Browse files
authored
Update auth to 2.17.208 (#2243)
1 parent dd0a7f7 commit 08b82cd

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
@@ -931,7 +931,7 @@ lazy val parquet =
931931
"org.apache.hadoop" % "hadoop-client" % "3.3.3" % Provided,
932932
// For S3 support
933933
"org.apache.hadoop" % "hadoop-aws" % "3.3.3" % Provided,
934-
"software.amazon.awssdk" % "auth" % "2.17.206" % Provided,
934+
"software.amazon.awssdk" % "auth" % "2.17.208" % Provided,
935935
// For Apple Silicon (M1)
936936
"org.xerial.snappy" % "snappy-java" % "1.1.8.4",
937937
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Optional,

0 commit comments

Comments
 (0)