Update typesafe:config to 1.4.1

This commit is contained in:
Scala Steward
2021-01-26 02:02:26 +01:00
committed by kenji yoshida
parent ee0721f40d
commit 1ecc30c570

View File

@@ -53,7 +53,7 @@ libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.2.6",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.zaxxer" % "HikariCP" % "3.4.5",
"com.typesafe" % "config" % "1.4.0",
"com.typesafe" % "config" % "1.4.1",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",
"com.github.bkromhout" % "java-diff-utils" % "2.1.1",
"org.cache2k" % "cache2k-all" % "1.2.4.Final",