From c7ee08f9a5ef703c87bf3b60f8026bf2686005d8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 11 Jul 2025 21:02:21 +0000 Subject: [PATCH] Update typesafe:config to 1.4.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bbf464b3..f104bf20 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.4" val jsonpath = "com.jayway.jsonpath" % "json-path" % "2.7.0" % Test } }