From bf9cb261644f545f1fa0472602d38b5ffaeaba23 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 2 Feb 2022 11:38:51 +0000 Subject: [PATCH] Update typesafe:config to 1.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 614c7f377..f3d1c215a 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ libraryDependencies ++= Seq( "org.postgresql" % "postgresql" % "42.3.2", "ch.qos.logback" % "logback-classic" % "1.2.10", "com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"), - "com.typesafe" % "config" % "1.4.1", + "com.typesafe" % "config" % "1.4.2", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0", "io.github.java-diff-utils" % "java-diff-utils" % "4.11", "org.cache2k" % "cache2k-all" % "1.6.0.Final",