Skip to content

Commit 2caf065

Browse files
authored
Merge pull request #87 from guardian/update/non_aws
chore(deps): Non-AWS dependency updates
2 parents 8c51e90 + 03b003b commit 2caf065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def awsS3WithSdkVersion(version: Int)=
3232
.settings(baseSettings,
3333
libraryDependencies ++= Seq(
3434
awsSdkForVersion(version),
35-
"com.adobe.testing" % "s3mock-testcontainers" % "4.3.0" % Test
35+
"com.adobe.testing" % "s3mock-testcontainers" % "4.4.0" % Test
3636
)
3737
)
3838

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.10.11
1+
sbt.version = 1.11.0

0 commit comments

Comments
 (0)