Skip to content

Commit 686a006

Browse files
author
Ben Clouser
committed
Merge branch 'sync-upstream' into 'master'
Sync upstream to our gitlab master See merge request torizon-platform/ota-tuf!321
2 parents 36316f7 + 695c761 commit 686a006

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ lazy val cli = (project in file("cli"))
127127
topLevelDirectory := Some("uptane-sign"),
128128
executableScriptName := "uptane-sign",
129129
Universal / mappings += (file("cli/LICENSE") -> "docs/LICENSE"),
130-
libraryDependencies += "com.typesafe" % "config" % "1.4.2" % Test)
130+
libraryDependencies += "com.typesafe" % "config" % "1.4.3" % Test)
131131
.dependsOn(libtuf)
132132

133133
lazy val ota_tuf = (project in file("."))

libtuf/build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libraryDependencies ++= {
99
"com.softwaremill.sttp.client" %% "slf4j-backend" % "2.3.0",
1010
"com.softwaremill.sttp.client" %% "async-http-client-backend-future" % "2.3.0",
1111
"org.slf4j" % "slf4j-api" % "1.7.16" % "provided",
12-
"com.azure" % "azure-storage-blob" % "12.24.0",
13-
"com.azure" % "azure-identity" % "1.10.1"
12+
"com.azure" % "azure-storage-blob" % "12.24.1",
13+
"com.azure" % "azure-identity" % "1.11.0"
1414
)
1515
}

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sbt.version=1.9.6
1+
sbt.version=1.9.7
22

33

project/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.12.565"
2+
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.12.583"
33

44
libraryDependencies += "org.apache.commons" % "commons-compress" % "1.24.0"
55

0 commit comments

Comments
 (0)