From 336f7a4ec308838f62e5d1aafb794d2e16ae93d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Sep 2025 01:12:40 +0000 Subject: [PATCH] Update typesafe:config to 1.4.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bbf464b3..f629b386 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -84,7 +84,7 @@ object Dependencies extends AutoPlugin { val scalatest = "org.scalatest" %% "scalatest" % "3.2.13" % Test val scalatestPlusMockito = "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.36" - val typesafeConfig = "com.typesafe" % "config" % "1.4.2" + val typesafeConfig = "com.typesafe" % "config" % "1.4.5" val jsonpath = "com.jayway.jsonpath" % "json-path" % "2.7.0" % Test } }