Skip to content

Commit

Permalink
Merge branch 'sync-upstream' into 'master'
Browse files Browse the repository at this point in the history
Sync upstream to our gitlab master

See merge request torizon-platform/ota-tuf!321
  • Loading branch information
Ben Clouser committed Nov 9, 2023
2 parents 36316f7 + 695c761 commit 686a006
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ lazy val cli = (project in file("cli"))
topLevelDirectory := Some("uptane-sign"),
executableScriptName := "uptane-sign",
Universal / mappings += (file("cli/LICENSE") -> "docs/LICENSE"),
libraryDependencies += "com.typesafe" % "config" % "1.4.2" % Test)
libraryDependencies += "com.typesafe" % "config" % "1.4.3" % Test)
.dependsOn(libtuf)

lazy val ota_tuf = (project in file("."))
Expand Down
4 changes: 2 additions & 2 deletions libtuf/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libraryDependencies ++= {
"com.softwaremill.sttp.client" %% "slf4j-backend" % "2.3.0",
"com.softwaremill.sttp.client" %% "async-http-client-backend-future" % "2.3.0",
"org.slf4j" % "slf4j-api" % "1.7.16" % "provided",
"com.azure" % "azure-storage-blob" % "12.24.0",
"com.azure" % "azure-identity" % "1.10.1"
"com.azure" % "azure-storage-blob" % "12.24.1",
"com.azure" % "azure-identity" % "1.11.0"
)
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sbt.version=1.9.6
sbt.version=1.9.7


2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

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

0 comments on commit 686a006

Please sign in to comment.