From 186373b38caffdbdbcda8bcbe77b59b0c19eaf14 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Oct 2023 06:42:28 +0000 Subject: [PATCH] Update typesafe:config to 1.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9a721d7b..bcff115b 100644 --- a/build.sbt +++ b/build.sbt @@ -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("."))