Update aws-java-sdk-s3 to 1.11.797 (#425)
Co-authored-by: Scala Steward <me@scala-steward.org>
This commit is contained in:
parent
9343123f56
commit
a127907073
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ val commandLineParsing = Seq(
|
||||||
)
|
)
|
||||||
val awsSdkDependencies = Seq(
|
val awsSdkDependencies = Seq(
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.661",
|
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.797",
|
||||||
// override the versions AWS uses, which is they do to preserve Java 6 compatibility
|
// override the versions AWS uses, which is they do to preserve Java 6 compatibility
|
||||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.0",
|
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.0",
|
||||||
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.10.0",
|
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.10.0",
|
||||||
|
|
Loading…
Reference in a new issue