File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ lazy val cli = (project in file("cli"))
127
127
topLevelDirectory := Some (" uptane-sign" ),
128
128
executableScriptName := " uptane-sign" ,
129
129
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 )
131
131
.dependsOn(libtuf)
132
132
133
133
lazy val ota_tuf = (project in file(" ." ))
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ libraryDependencies ++= {
9
9
" com.softwaremill.sttp.client" %% " slf4j-backend" % " 2.3.0" ,
10
10
" com.softwaremill.sttp.client" %% " async-http-client-backend-future" % " 2.3.0" ,
11
11
" 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 "
14
14
)
15
15
}
Original file line number Diff line number Diff line change 1
- sbt.version =1.9.6
1
+ sbt.version =1.9.7
2
2
3
3
Original file line number Diff line number Diff line change 1
1
2
- libraryDependencies += " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.565 "
2
+ libraryDependencies += " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.583 "
3
3
4
4
libraryDependencies += " org.apache.commons" % " commons-compress" % " 1.24.0"
5
5
You can’t perform that action at this time.
0 commit comments